Reenabled support for Intel GPU OpenCL runtime (Beignet and NEO) because a workaround was found (force -cl-std=CL2.0)

This commit is contained in:
Jens Steube
2020-01-24 10:52:12 +01:00
parent 42358dc2f0
commit ccacc508cb
5 changed files with 54 additions and 24 deletions
+5
View File
@@ -1242,6 +1242,11 @@ typedef struct hc_device_param
hc_timer_t timer_speed;
// Some more attributes
bool use_opencl12;
bool use_opencl20;
// AMD
bool has_vadd;
bool has_vaddc;