We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342016c commit d98f261Copy full SHA for d98f261
src/gpuarray/buffer.h
@@ -170,6 +170,7 @@ GPUARRAY_PUBLIC int gpucontext_props_set_single_stream(gpucontext_props *p);
170
* shared drives.
171
*
172
* \param p properties object
173
+ * \param path desired location of the kernel cache
174
175
* \returns GA_NO_ERROR or an error code if an error occurred.
176
*/
@@ -214,8 +215,6 @@ GPUARRAY_PUBLIC void gpucontext_props_del(gpucontext_props *p);
214
215
216
* \param res a pointer to a location that will be allocated
217
* \param name the backend name.
- * \param dev the device number. The precise meaning of the device
218
- * number is backend-dependent
219
* \param props a properties object for the context. Can be NULL for
220
* defaults.
221
0 commit comments