Fixing minor compile error with hip and AMD gpus

This commit is contained in:
Mark Allen Berrill
2020-10-08 10:11:00 -05:00
parent 523f96abdd
commit a53c15939e

View File

@@ -1,4 +1,5 @@
// GPU Functions for D3Q7 Lattice Boltzmann Methods
#include "hip/hip_runtime.h"
#define NBLOCKS 560
#define NTHREADS 128