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 d79c921 commit eae6aacCopy full SHA for eae6aac
layers/10_cmdbufemu/emulate.cpp
@@ -20,9 +20,9 @@
20
#include "emulate.h"
21
22
static constexpr cl_version version_cl_khr_command_buffer =
23
- CL_MAKE_VERSION(0, 9, 7);
+ CL_MAKE_VERSION(0, 9, 8);
24
static constexpr cl_version version_cl_khr_command_buffer_mutable_dispatch =
25
- CL_MAKE_VERSION(0, 9, 3);
+ CL_MAKE_VERSION(0, 9, 4);
26
27
SLayerContext& getLayerContext(void)
28
{
0 commit comments