*** empty log message ***
This commit is contained in:
parent
70d3fa1428
commit
5dafb68700
10
cuda.h
Normal file
10
cuda.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _CUDA_LA_H
|
||||
#define _CUDA_LA_H
|
||||
|
||||
#ifdef CUDA
|
||||
#define GPU_NOT_IMPLEMENTED {laerror("Operation not implemented on GPU. Use .moveto(0) first.");}
|
||||
#else
|
||||
#define GPU_NOT_IMPLEMENTED {}
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user