Replace legacy ABEGPU stack with ABE_CUDA backend
This commit is contained in:
@@ -148,7 +148,7 @@ def generate_macrodef_h():
|
||||
# use GPU or not
|
||||
|
||||
if ( input_data.GPU_Calculation == "yes"):
|
||||
print( "#define USE_GPU", file=file1 )
|
||||
print( "//#define USE_GPU", file=file1 )
|
||||
print( file=file1 )
|
||||
elif ( input_data.GPU_Calculation == "no"):
|
||||
print( "//#define USE_GPU", file=file1 )
|
||||
|
||||
Reference in New Issue
Block a user