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

Samples for Intel® oneAPI Toolkits

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

# Adding a New Sample(s) ## Description Please include a description of the sample ## Checklist Administrative - [ ] Review sample design with the appropriate [Domain Expert](https://github.com/oneapi-src/oneAPI-samples/wiki/Reviewers-and-Domain-Experts): - [...

does Shared memory allocation work on Intel N6001 board? i am able to run board_test https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/ReferenceDesigns/board_test which has USM memory test. But I am not able to run - Tutorials/Gettingstarted/fpga_compile/part2_dpcpp_functor_usm...

question

The https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/ReferenceDesigns/cholesky say ``` ...... Alternatively, you can target an explicit FPGA board variant and BSP by using the following command: cmake .. -DFPGA_DEVICE=: -DIS_BSP=1 You will only be able...

question

I do appreciate the oneAPI, and I'm trying to start using it following this tutorial: https://www.intel.com/content/www/us/en/docs/oneapi/user-guide-vs-code/2023-1/developing-a-visual-studio-code-project.html The issue is on Windows none of the oneAPI VS Code tasks can be...

documentation

# Summary in math you don't write in this way the formula to be integrated: (4.0/(1+x*x)) dx adding "dx" at the end does have a different meaning: all the product...

documentation

Hi authors, I've ever used both GCC and ICC successfully to build a 32bit C++ library with CMake on Linux 64bit. But when switch to oneAPI (icx/icpx), it will be...

question

I compiled the C++ SYCL_FPGA GZIP example with default settings (2 Engines). seems like it GZIP example can't able to handle files bigger than 600MB. When i give bigger file...

# Existing Sample Changes ## Description Transform to be similar to C++ USM demonstration code Fixes Issue# https://github.com/oneapi-src/oneAPI-samples/issues/1657 ## External Dependencies none ## Type of change Please delete options that...

Signed-off-by: Larry Meadows # Adding a New Sample(s) ## Description Two vector addition samples: tilied vector addition using local accessors, and vector addition demonstrating different uses of conditionals. ## Checklist...

# Adding a New Samples ## Description: New samples from Codeplay ## Location 1. Gaussian Image Filter example: ... /DirectProgramming/DPC++)/DenseLinearAlgebra/GaussianImageFilter 2. Parallel Prefix Sum (SCAN): .. /DirectProgramming/DPC++)/ParallelPatterns/ParallelPrefixSumScan 3. Monte Carlo...