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: added bottom of pipe Stage

+5 -1
+5 -1
kestrel/include/kestrel/kestrel.h
··· 154 154 /** 155 155 * Vertex shader stage. 156 156 */ 157 - KesStageVertexShader 157 + KesStageVertexShader, 158 + /** 159 + * All (bottom of pipe). 160 + */ 161 + KesStageAll, 158 162 }; 159 163 160 164 /**