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

Working implementation of int4/8 LLM inference using ITREX

2024.2
2024.2 New Sample

# Adding a New Sample Add Genetic Algorithms on GPU using Intel Distribution of Python numba-dpex code sample ## Description This sample shows how to implement general generic algorithm (GA)...

2024.2
2024.2 New Sample

# Existing Sample Changes ## Description Update READMEs according to new template: https://github.com/oneapi-src/oneAPI-samples/wiki/AI-Getting-Started-and-Features-and-Functionality-README-Template Fixes Issue# N/A ## External Dependencies None ## Type of change Just README update ## How Has...

# Summary In short when i try to build a application using CMake right after running `source /opt/intel/oneapi/setvars.sh ia32` it does not work. I created a dockerfile to summarize my...

bug

# Existing Sample Changes ## Description Simplify convolution2d code sample by removing the proprietary DataBundle header and replace it with std::array for simplicity and portability. Fixes Issue# ## External Dependencies...

FPGA
2024.2

updated the sample to use INC 2.0 and TF 2.0

Many samples don't catch SYCL exceptions, e.g. https://github.com/oneapi-src/oneAPI-samples/blob/9fa0a0f79902fed87190a21ba64e37510ee3bc96/DirectProgramming/C%2B%2BSYCL/ParallelPatterns/histogram/src/main.cpp#L106-L121 For instance, when an OpenCL backend API clCreateKernel fails with error INVALID_PROGRAM_EXECUTABLE, current backtrace isn't intuitive for users: ``` Exception Code: 0xE06D7363...

question

# Existing Sample Changes ## Description The device_ptr and host_ptr aliases in DPC++ is from the [sycl_ext_intel_usm_address_spaces](sycl/doc/extensions/supported/sycl_ext_intel_usm_address_spaces.asciidoc) and as such is under the sycl::ext::intel namespace, rather than the sycl namespace....

FPGA
2024.2

# Summary Provide a short summary of the issue. Sections below provide guidance on what factors are considered important to reproduce an issue. # Version Report oneAPI Toolkit version and...

bug