Skip to content

Commit ad00127

Browse files
matborzyszkowskiigcbot
authored andcommitted
Switch OCL<->IGC interface to 3
Switch OCL<->IGC interface to 3
1 parent 2dccc4d commit ad00127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/AdaptorOCL/ocl_igc_interface/igc_ocl_device_ctx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ CIF_GENERATE_VERSIONS_LIST_AND_DECLARE_INTERFACE_DEPENDENCIES(IgcOclDeviceCtx, I
107107
IGC::IgcBuiltins
108108
);
109109
CIF_MARK_LATEST_VERSION(IgcOclDeviceCtxLatest, IgcOclDeviceCtx);
110-
using IgcOclDeviceCtxTagOCL = IgcOclDeviceCtx<2>; // Note : can tag with different version for
110+
using IgcOclDeviceCtxTagOCL = IgcOclDeviceCtx<3>; // Note : can tag with different version for
111111
// transition periods
112112

113113
}

0 commit comments

Comments
 (0)