Fix CCSD GPU

This commit is contained in:
Anthony Scemama 2023-12-06 21:43:47 +01:00
parent b557b57a3b
commit 4d2adddbd9
1 changed files with 1 additions and 0 deletions

View File

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