Search code examples
SYCL/DPC++ cpu version gives correct result, but gpu gives incorrect data...

c++parallel-processingsyclintel-oneapi

Read More
SYCL spec 1.2.1 (rev 7) section 4.8.9.3 error?...

sycldpc++intel-oneapi

Read More
Is there a way to check the number of CPU threads in use with sycl?...

sycldpc++

Read More
Weird behavior of dpc++ code after running it on FPGA device...

intelfpgaparallel.forsycldpc++

Read More
How do I translate this simple OpenACC code to SYCL?...

c++parallel-processingtranslateopenaccsycl

Read More
dpc++ start the do loop from 1 to n-2 using parallel_for range...

c++sycldpc++

Read More
DPC++ & MPI, buffer, shared memory, variable declare...

c++mpiintel-oneapisycldpc++

Read More
SYCL program working using VS Debugger but not when running the .exe...

c++visual-studiosycldpc++

Read More
Intel MKL ERROR: incorrect parameter when calling gemm()...

c++parallel-processingintel-mklsyclcblas

Read More
Is it safer to use OpenCL rather than SYCL when the objective is to have the most hardware-compatibl...

gpuopenclsycl

Read More
Optimize member function selection at runtime on CPU/GPU...

c++gpgpuarrayfiresycl

Read More
Declaring Half precision floating point memory in SYCL...

openclgpgpusyclintel-oneapihalf-precision-float

Read More
Understanding oneAPI and SYCL in AMD GPU...

amd-gpusyclintel-oneapihip

Read More
Is it better to pass a sycl::vec by value or by reference?...

sycl

Read More
Error facing with range function in DPC++...

c++parallel-processingsyclintel-oneapidpc++

Read More
Writing SYCL code for different implementations...

sycl

Read More
How to build SYCL programs using DPC++ & CMake?...

c++cmakelinker-errorssycldpc++

Read More
Unable to get values from kernel code in SYCL/DPC++...

c++parallel-processingsyclintel-oneapidpc++

Read More
Unexpected/Incorrect Results while running SYCL/DPC++ code...

c++parallel-processingsyclintel-oneapidpc++

Read More
dpc++ error Command group submitted without a kernel or a explicit memory operation. -59 (CL_INVALID...

c++parallel-processingsyclintel-oneapidpc++

Read More
Use of std::atomic_ref / cl::sycl::atomic_ref in SYCL for read after write and write after read depe...

c++multithreadingsycl

Read More
ERROR: kernel parameter has non-trivially copy constructible class/struct type+sycl+tbb...

c++tbbsycldpc++

Read More
Error no matching function for call to 'slice_matrix' for Cross Correlation function+Sycl...

c++syclintel-oneapidpc++

Read More
Segmentation Fault in a SYCL Kernel...

openclsycl

Read More
Setting Various compilers in CMake for creating a shared library...

c++cmakecudasycl

Read More
Access memory owned by read buffer...

sycldpc++

Read More
OpenCL creating kernel from Host function at runtime...

openclopencl-csycl

Read More
ERROR: SYCL kernel cannot call through a function pointer, DPCPP, TBB...

c++11tbbsycldpc++

Read More
The command_submit in the sycl::info::event_profiling, submits the whole code or just the parallel-f...

profilingsyclintel-oneapidpc++

Read More
sycl/dpc++ accessor vs. global_ptr in kernel function object...

sycldpc++intel-oneapi

Read More
BackNext