Disable new GPU neighbor for HIP

This commit is contained in:
Richard Berger
2021-06-02 15:45:06 -04:00
parent 7e05c6f8fd
commit 62423b0c75
3 changed files with 8 additions and 4 deletions

View File

@ -8,10 +8,6 @@
#ifndef HIP_DEVICE
#define HIP_DEVICE
// workaround after GPU package Feb2021 update
// todo: make new neighbor code work with HIP
#define LAL_USE_OLD_NEIGHBOR
#include <hip/hip_runtime.h>
#include <unordered_map>
#include <string>