You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On CentOS 7 with a "self-made" GCC 9.1 and CMake 3.16.4, I observe an compilation error:
/home/christgau/src/intel/llvm/src/sycl/plugins/cuda/pi_cuda.cpp: In function ‘pi_result cuda_piMemBufferPartition(pi_mem, pi_mem_flags, pi_buffer_create_type, void*, _pi_mem**)’:
/home/christgau/src/intel/llvm/src/sycl/plugins/cuda/pi_cuda.cpp:1623:67: error: type qualifiers ignored on cast result type [-Werror=ignored-qualifiers]
*reinterpret_cast<const pi_buffer_region>(buffer_create_info);
^
cc1plus: all warnings being treated as errors
However when I compile with cmake as documented in older versions of the "Getting Started" Guide it compiles wihtout error. Maybe this is because of a more strict compilation mode in the buildbot scripts (no_werror=False).
The text was updated successfully, but these errors were encountered:
On CentOS 7 with a "self-made" GCC 9.1 and CMake 3.16.4, I observe an compilation error:
The mentioned line was introduced with 249e57b.
I use the buildbot scripts to configure and build the compiler.
However when I compile with cmake as documented in older versions of the "Getting Started" Guide it compiles wihtout error. Maybe this is because of a more strict compilation mode in the buildbot scripts (no_werror=False).
The text was updated successfully, but these errors were encountered: