9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-11-08 22:43:38 +01:00
qp2/plugins/local/gpu_intel/README.rst

9 lines
128 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
dpcpp -O3 -c gpu.o gpu.sycl
```