oneAPI-samples
oneAPI-samples copied to clipboard
Samples for Intel® oneAPI Toolkits
Error message: (pytorch) [root@MPVC333 Intel_Extension_For_PyTorch_GettingStarted]# python Intel_Extension_For_PyTorch_Hello_World.py Traceback (most recent call last): File "/home/frank/oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/Intel_Extension_For_PyTorch_Hello_World.py", line 15, in import intel_extension_for_pytorch as ipex File "/root/miniconda3/envs/pytorch/lib/python3.9/site-packages/intel_extension_for_pytorch/__init__.py", line 2, in from . import cpu...
Is there a way to unset/unsource `setvars.sh` within the modulefiles? In other words if I do `module unload intel-oneAPI-toolkit/compiler/2023.1.0`, and the module file had a `source /path/to/setvars.sh` what can be...
Hi , it seems the 2d finite difference wave code on the homepage (last updated 1/11/2023): https://www.intel.com/content/www/us/en/developer/articles/code-sample/two-dimensional-finite-difference-wave-propagation-in-isotropic-media-iso2dfd.html is different from the code in the github given from their tutorial (last...
# Summary Fortran code is not in lab folder # URLs https://github.com/oneapi-src/oneAPI-samples/blob/master/DirectProgramming/Fortran/Jupyter/OpenMP-offload-training/USM/run.sh#L5
# Summary The USM example for Fortran references cpp files and does not correspond to the C++ example in using USM in more than one location # URLs https://github.com/oneapi-src/oneAPI-samples/blob/master/DirectProgramming/Fortran/Jupyter/OpenMP-offload-training/USM/Unified_Shared_Memory.ipynb #...
# Summary Sample code for testing CCL has a typo. When setting `--ccl-configuration=cpu` on the first line of the code block, `cpu` is not a valid option: ``` source ${ONEAPI_ROOT}/setvars.sh...
# Summary I build the decompressor for gzip, but it can only decompress the file offer in the repo. Most files I compressed using cpu version gzip is not able...
Hi, I try to test the 2d parallel wave code in iso2dfd_dpcpp/src . For this, I want to check both cpu and gpu implementations Unfortunately, when installing onAPI Base Toolkit,...
# Summary I am trying fpga_recompile example and recently upgraded to Quartus Prime Pro 23.1. I used Quartus 22.2 previously and it successfully generated .a file with the command below....
# Summary I have built SYCL compiler from the source. I was trying out the example given in the below documentation : [https://intel.github.io/llvm-docs/GetStartedGuide.html#run-simple-dpc-application](url) After building the compiler from source, I...