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

build errors #959

Open
jinz2014 opened this issue Dec 30, 2024 · 0 comments
Open

build errors #959

jinz2014 opened this issue Dec 30, 2024 · 0 comments

Comments

@jinz2014
Copy link

oneAPI version is 2025.0.0

hip_sycl_interop/onemkl_gemm_wrapper/onemkl_gemm_wrapper.cpp:97:38: error: unknown type name 'pi_native_handle'; did you mean 'ur_native_handle_t'?
   97 |         sycl::opencl::make_platform((pi_native_handle)hPlatformId);
      |                                      ^~~~~~~~~~~~~~~~
      |                                      ur_native_handle_t

hip_sycl_interop/onemkl_gemm_wrapper/onemkl_gemm_wrapper.cpp:97:23: error: no member named 'make_platform' in namespace 'sycl::opencl'
   97 |         sycl::opencl::make_platform((pi_native_handle)hPlatformId);
      |         ~~~~~~~~~~~~~~^

hip_sycl_interop/onemkl_gemm_wrapper/onemkl_gemm_wrapper.cpp:99:23: error: no member named 'make_device' in namespace 'sycl::opencl'
   99 |         sycl::opencl::make_device((pi_native_handle)hDeviceId);

hip_sycl_interop_no_buffers/onemkl_gemm_wrapper_no_buffers/onemkl_gemm_wrapper.cpp:94:23: error: no member named 'make_platform' in namespace 'sycl::opencl'
   94 |         sycl::opencl::make_platform((pi_native_handle)hPlatformId);

hip_sycl_interop/onemkl_gemm_wrapper/onemkl_gemm_wrapper.cpp:101:23: error: no member named 'make_context' in namespace 'sycl::opencl'
  101 |         sycl::opencl::make_context((pi_native_handle)hContext);
      |         ~~~~~~~~~~~~~~^
...
...
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