add dasp_spmv3
This commit is contained in:
@@ -15,10 +15,14 @@ OPTIONS = -Xcompiler -fopenmp-simd
|
||||
double:
|
||||
$(CC) $(NVCC_FLAGS) src/main_f64.cu -o spmv_double -D f64 $(OPTIONS) $(LIBS)
|
||||
|
||||
double3:
|
||||
$(CC) $(NVCC_FLAGS) src/main_spmv3_f64.cu src/dasp_spmv3.cu -o spmv_double3 -Isrc -D f64 $(OPTIONS) $(LIBS)
|
||||
|
||||
half:
|
||||
$(CC) $(NVCC_FLAGS) src/main_f16.cu -o spmv_half $(OPTIONS) $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -rf spmv_double
|
||||
rm -rf spmv_double3
|
||||
rm -rf spmv_half
|
||||
rm data/*.csv
|
||||
Reference in New Issue
Block a user