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
dpcpp -std=c++17 -o 2_opencl_kernel 2_opencl_kernel.cpp
2_opencl_kernel.cpp:12:9: warning: 'program' is deprecated: program class is deprecated, use kernel_bundle instead [-Wdeprecated-declarations]
sycl::program p(Q.get_context());
dpcpp vadd_usm.cpp -fsycl-explicit-simd -o vadd_usm
dpcpp: warning: the flag '-fsycl-explicit-simd' has been deprecated and will be ignored [-Wunused-command-line-argument]
dpcpp: warning: the flag '-fsycl-explicit-simd' has been deprecated and will be ignored [-Wunused-command-line-argument]
vadd_usm.cpp:53:29: error: no member named 'INTEL' in namespace 'sycl'
using namespace sycl::INTEL::gpu;
~~~~~~^
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: