10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-29 16:44:03 +02:00
QuantumPackage/plugins/local/gpu_intel/README.rst

9 lines
140 B
ReStructuredText
Raw Normal View History

2024-07-09 21:11:13 +02:00
=========
gpu_intel
=========
Intel implementation of GPU routines. Uses MKL and SYCL.
```bash
2024-07-09 22:02:13 +02:00
icpx -fsycl gpu.cxx -c -qmkl=sequential
2024-07-09 21:11:13 +02:00
```