1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-06-02 11:25:23 +02:00

Fix CCSD GPU

This commit is contained in:
Anthony Scemama 2023-12-06 21:43:47 +01:00
parent b557b57a3b
commit 4d2adddbd9

View File

@ -5,6 +5,7 @@
#include <cublas_v2.h>
#include <cuda_runtime.h>
#include <assert.h>
#include "gpu.h"
#define BLOCK_SIZE 16