From cb307953b86ef4ce051985ba74705133991142e6 Mon Sep 17 00:00:00 2001
From: foreman
Date: Thu, 17 Sep 2015 11:03:15 -0400
Subject: [PATCH] P4 to Git Change 1191670 by yaxunl@yaxunl_stg_win50 on
2015/09/17 10:51:10
ECR #354633 - SPIR-V: Back out revision 327 from //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp since cl_khr_il_program is not recognized by conformance compiler test yet.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpusettings.cpp#328 edit
[ROCm/clr commit: 7f9a18c1b019687a36fd86b055b66372ca6589f6]
---
projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
index c270fc39e0..8718ad21e4 100644
--- a/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
+++ b/projects/clr/rocclr/runtime/device/gpu/gpusettings.cpp
@@ -378,7 +378,6 @@ Settings::create(
enableExtension(ClAmdDeviceAttributeQuery);
enableExtension(ClKhrSpir);
- enableExtension(ClKhrIlProgram);
// SVM is not currently supported for DX Interop
if (!svmFineGrainSystem_) {