A Modern GPGPU API & wip linux RDNA2+ Driver
rdna driver linux gpu
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

api: document kes_create_semaphore

+5
+5
kestrel/include/kestrel/kestrel.h
··· 317 317 */ 318 318 void kes_cmd_dispatch_indirect(KesCommandList command_list, kes_gpuptr_t data, kes_gpuptr_t command_addr); 319 319 320 + /** 321 + * Creates a timeline semaphore with an initial value. 322 + * @param device The device to create the semaphore on. 323 + * @param value The initial value of the timeline semaphore. 324 + */ 320 325 KesSemaphore kes_create_semaphore(KesDevice device, uint64_t value); 321 326 322 327 int kes_wait_semaphore(KesSemaphore semaphore, uint64_t value);