oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

Samples for Intel® oneAPI Toolkits

Results 157 oneAPI-samples issues
Sort by recently updated
recently updated
newest added

https://github.com/oneapi-src/oneAPI-samples/blob/d9c80018a09b14f9a04ab06dab0472fab15f1c9d/DirectProgramming/C%2B%2B/CombinationalLogic/MandelbrotOMP/README.md?plain=1#L64 The instructions do not mention the need to source setvars before building the program. Should I add them, or does Mandelbrot OMP not need setvars? @tomlenth @akertesz @ethanhirsch

Check the folder name: AI-and-Analytics/Jupyter/Numba_DPPY_Essentials_training/02_dpctl_Intro 02_dpctl_Intro should be big case C, 02_dpCtl_Intro Otherwise the link for "Module 2 - Introduction to dpCtl" from https://github.com/oneapi-src/oneAPI-samples/blob/master/AI-and-Analytics/Jupyter/Numba_DPPY_Essentials_training/Welcome.ipynb which use lower case "c" doesn't...

bug

# Summary Trying to compile oneapi-sample code example dpc_reducer( https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/DPC%2B%2B/ParallelPatterns/dpc_reduce) # Version oneAPI Toolkit version: l_BaseKit_p_2021.4.0.3422_offline.sh oneAPI Sample version: latest master branch. # Environment OS: Ubuntu 20.04 Hardware : NUC9...

bug

# Summary Provide a short summary of the issue. Sections below provide guidance on what factors are considered important to reproduce an issue. Build and run openmp reduction. I see...

bug

# Summary Provide a short summary of the issue. Sections below provide guidance on what factors are considered important to reproduce an issue. The time taken to complete calculation of...

bug

# Summary > Provide a short summary of the issue. Sections below provide guidance on what factors are considered important to reproduce an issue. https://github.com/oneapi-src/oneAPI-samples/blob/4bed52e76ceb17243a0bc4ce24e9aed52aaa6e49/DirectProgramming/DPC%2B%2B/StructuredGrids/iso3dfd_dpcpp/src/iso3dfd.cpp#L282-L288 - the pattern not works...

bug

Hi, I tries to compile the saple project with the latest version of VS2019 (16.11.4) and the latest oneAPI (2021.4) and the latest samples from Nov. 1st. All samples show...

bug

It is not clear why printf is not supported in DPC++. printf is supported in DPC++ with CUDA support. Addressing Warnings in Migrated Code Migration generated one warning for code...

question

## Summary This is a request for a new code Sample called `Initial Rendering Toolkit Sample` ## Purpose Answer the following questions * What specifically is this code sample trying...

enhancement

The README states that the default build for the OpenMP iso3dfd code creates the baseline w/o any optimizations. It appears that the default build is actually level-3 optimization. To build...

documentation