Questions tagged [intel-oneapi]

Use this tag to ask questions about the overall oneAPI programming model which provides unified developer tools that can be used across multiple hardware platforms, including a range of performance libraries spanning several workload domains. The libraries include functions custom-coded for each target architecture so the same function call delivers optimized performance across supported architectures.

220 questions
-2
votes
0 answers

Intel oneAPI - Supported Development Devices

I've read this morning something that now seems to be a sales-pitch, about Intel's oneAPI that let's you design hardware for "any development platform" (something along those lines). So I assumed that I'd be able to use my old development…
Laserbeak43
  • 595
  • 2
  • 8
  • 21
-2
votes
1 answer

OneAPI 2022's GNU Compiler Collection support are missing

I have tried to install the latest OneAPI base toolkit for MacOS. I need to compile a program that uses OpenMP threading library (mkl_gf_lp64) for the GNU Fortran compiler and LP64 interface library (mkl_gnu_thread) for GNU fortran and C++…
Saeid
  • 691
  • 7
  • 26
-2
votes
1 answer

error: no viable conversion from 'std::array' to 'const void *' using SYCL/DPC++

I am a beginner in SYCL/DPC++. I have written a code using USM(Unified Shared Memory) and have taken two array host and device array in which I want to copy the host array values to device array and performing basic operations and printing the…
sv6
  • 11
  • 4
-3
votes
0 answers

encountered this error when I was using intel oneapi devcloud :

terminate called after throwing an instance of 'sycl::_V1::runtime_error' what(): Native API failed. Native API returns: -1 (PI_ERROR_DEVICE_NOT_FOUND) -1 (PI_ERROR_DEVICE_NOT_FOUND) I encountered this error when I was using intel oneapi devcloud
1 2 3
13
14