mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-09 06:53:38 +01:00
9 lines
140 B
ReStructuredText
9 lines
140 B
ReStructuredText
=========
|
|
gpu_intel
|
|
=========
|
|
|
|
Intel implementation of GPU routines. Uses MKL and SYCL.
|
|
```bash
|
|
icpx -fsycl gpu.cxx -c -qmkl=sequential
|
|
```
|