10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-08-08 13:30:02 +02:00
QuantumPackage/plugins/local/gpu_intel/README.rst
2024-07-09 22:02:13 +02:00

9 lines
140 B
ReStructuredText

=========
gpu_intel
=========
Intel implementation of GPU routines. Uses MKL and SYCL.
```bash
icpx -fsycl gpu.cxx -c -qmkl=sequential
```