Merge 'gpu_hip_port' into master
This commit is contained in:
@ -27,6 +27,10 @@ using namespace ucl_opencl;
|
||||
#include "geryon/nvc_timer.h"
|
||||
#include "geryon/nvc_mat.h"
|
||||
using namespace ucl_cudart;
|
||||
#elif defined(USE_HIP)
|
||||
#include "geryon/hip_timer.h"
|
||||
#include "geryon/hip_mat.h"
|
||||
using namespace ucl_hip;
|
||||
#else
|
||||
#include "geryon/nvd_timer.h"
|
||||
#include "geryon/nvd_mat.h"
|
||||
|
||||
Reference in New Issue
Block a user