10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-22 18:57:36 +02:00
QuantumPackage/plugins/local/gpu_intel
2024-07-09 23:04:22 +02:00
..
gpu.sycl Fixed sycl 2024-07-09 22:02:13 +02:00
LIB Fix link stage for intel gpus 2024-07-09 23:04:22 +02:00
NEED Introducing dpcpp 2024-07-09 21:12:10 +02:00
README.rst Fixed sycl 2024-07-09 22:02:13 +02:00

=========
gpu_intel
=========

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