Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

advanced_inferno and bleeding_edge have various problems #10

Open
TApplencourt opened this issue Nov 8, 2021 · 0 comments
Open

advanced_inferno and bleeding_edge have various problems #10

TApplencourt opened this issue Nov 8, 2021 · 0 comments

Comments

@TApplencourt
Copy link

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;
                      ~~~~~~^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant