mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-06 14:14:46 +08:00
Fix GPU build due to gpu_assert not always being defined.
This commit is contained in:
parent
1dcf5a6ed8
commit
dda68f56ec
@ -102,6 +102,9 @@ typedef unsigned __int64 uint64_t;
|
||||
#include "src/Tensor/TensorDeviceDefault.h"
|
||||
#include "src/Tensor/TensorDeviceThreadPool.h"
|
||||
#include "src/Tensor/TensorDeviceGpu.h"
|
||||
#ifndef gpu_assert
|
||||
#define gpu_assert(x)
|
||||
#endif
|
||||
#include "src/Tensor/TensorDeviceSycl.h"
|
||||
#include "src/Tensor/TensorIndexList.h"
|
||||
#include "src/Tensor/TensorDimensionList.h"
|
||||
|
Loading…
Reference in New Issue
Block a user