Skip to content

Commit 2221065

Browse files
matborzyszkowskiigcbot
authored andcommitted
Switch IGC interface to latest
1 parent 921a405 commit 2221065

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
@@ -105,7 +105,7 @@ CIF_GENERATE_VERSIONS_LIST_AND_DECLARE_INTERFACE_DEPENDENCIES(IgcOclDeviceCtx, I
105105
IGC::IgcOclTranslationCtx
106106
);
107107
CIF_MARK_LATEST_VERSION(IgcOclDeviceCtxLatest, IgcOclDeviceCtx);
108-
using IgcOclDeviceCtxTagOCL = IgcOclDeviceCtx<1>; // Note : can tag with different version for
108+
using IgcOclDeviceCtxTagOCL = IgcOclDeviceCtxLatest; // Note : can tag with different version for
109109
// transition periods
110110

111111
}

0 commit comments

Comments
 (0)