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 The sample demonstrates how to perform a scan operation across a thread block with oneAPI. ## Checklist Administrative - [ ] Review sample...

2024.2

This PR moves all the code samples HW references from the Terasic DE10 board to the N6001 board.

FPGA
2024.2

# Summary While working with [Intel Extension for PyTorch Getting Started Sample](https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted), I encountered an error that the latest version of PyTorch i.e. 2.3.0 is not compatible with IPEX. Intel...

bug

# Existing Sample Changes ## Description This change removes the samples directory "09_invariant_computations". The tests in this directory have out-of-bound errors and are not referenced in any GPU Optimization Guide...

# Summary The readme in the DirectPrograming/C++SYCL_FPGA/ says you need the base toolkit to use the FPGA samples. With the 2024.2 release targeted for June 24, FPGA bits will be...

documentation

# Existing Sample Changes ## Description Fix crashes in f_use_device_addr_01, dgemm_pad_f_01, and dgemm_dispatch_f. Fixes Issue# ONSAM-1918 ## External Dependencies List any external dependencies created as a result of this change....

# Existing Sample Changes ## Description minor fixes to multi-gpu training, updated to support 8 GPUs in new IDC ## Type of change - [X] Bug fix (non-breaking change which...

# Adding a New Sample(s) ## Description pSTL-offload sample demonstrates the offloading of C++ standard parallel algorithms to a SYCL device. Code Development - [X] Implement coding guidelines and ensure...

# Adding a New Sample(s) ## Description Added two new samples bilateralfilter and MontecarloMultiGPU which are migrated using the tool [intel-application-migration-tool-for-openacc-to-openmp](https://github.com/intel/intel-application-migration-tool-for-openacc-to-openmp) ## Checklist Administrative - [X] Review sample design with...