oneAPI-samples
oneAPI-samples copied to clipboard
Samples for Intel® oneAPI Toolkits
# Summary The profile_utils.py causes following annoying warning messages. Please figure out a way to eliminate it. ``` profile_utils.py:164: SettingWithCopyWarning: A value is trying to be set on a copy...
Coming from the native MSVC toolchain I'm a little confused, the only option under DPC++->Code Generation is Multi-Threaded DLL. Is it not possible to statically link the runtime libraries?
# Summary The example program crashes/aborts with following error: ./matrix_mul_mkl Device: Intel(R) Iris(R) Xe Graphics [0x9a49] Problem size: A (600x1200) * B (1200x2400) --> C (600x2400) Launching oneMKL GEMM calculation......
# Summary when running cmake configuration stage, I get the follwing error: master) tcohen@tcohen:build $ cmake .. -- The CXX compiler identification is IntelLLVM 2023.0.0 -- Detecting CXX compiler ABI...
I am trying to profile my code and I am getting different results each time I run the code. ``` auto start = std::chrono::steady_clock::now(); foo() auto end = std::chrono::steady_clock::now(); time...
1 My computer configuration OS: win10 processor: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz 2.42 GHz graphics card: Intel(R) Iris(R) Xe Graphics memory: 16G vistual studio: 2019 cmake:3.26-rc3 2 install...
# Summary Just to point out that oneDPL 2022 version provided with oneAPI 2023 needs to be updated. # Version oneAPI 2023.0.0 on Ubuntu 20.04 # Steps to reproduce cd...
# Summary The board_test example (and other examples I've tested) from DirectProgramming/C++SYCL_FPGA/ReferenceDesigns fails on the part of the test that tries to extract the reference frequency using the `aocl binedit`...
# Summary It seems that the tutorial in https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/include is not consistent with the latest dpc++ version # Version `icpx --version` Intel(R) oneAPI DPC++/C++ Compiler 2023.0.0 (2023.0.0.20221201) Target: x86_64-unknown-linux-gnu Thread...
When I try to run the command "cmake --build . --target run" in the hello-decode Sample, I meet an error that make: *** No rule to make target 'run'. Stop....