Skip to content

Commit

Permalink
Remove OPENCL EXTENSION, failing on Intel OpenCL SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteube committed May 10, 2016
1 parent c19779d commit 768ffbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/kernel_vendor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
* License.....: MIT
*/

#pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable
#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable
//fails on intel opencl sdk
//#pragma OPENCL EXTENSION cl_khr_int64_base_atomics : enable
//#pragma OPENCL EXTENSION cl_khr_byte_addressable_store : enable

/**
* device type
Expand Down

0 comments on commit 768ffbd

Please sign in to comment.