Skip to content

Commit

Permalink
accs on two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ikbuibui authored Sep 27, 2024
1 parent d7884ca commit 76ff152
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/source/basic/cheatsheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,8 @@ Define accelerator type (CUDA, OpenMP,etc.)
AcceleratorType:
.. code-block:: c++

AccGpuCudaRt,
AccGpuHipRt,
AccCpuSycl,
AccFpgaSyclIntel,
AccGpuSyclIntel,
AccCpuOmp2Blocks,
AccCpuOmp2Threads,
AccCpuTbbBlocks,
AccCpuThreads,
AccCpuSerial
AccGpuCudaRt, AccGpuHipRt, AccCpuSycl, AccFpgaSyclIntel, AccGpuSyclIntel, AccCpuOmp2Blocks,
AccCpuOmp2Threads, AccCpuTbbBlocks, AccCpuThreads, AccCpuSerial


Create platform and select a device by index
Expand Down

0 comments on commit 76ff152

Please sign in to comment.