bug fixed in nvcc path
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#compilers
|
#compilers
|
||||||
CC=/usr/local/cuda-12.0/bin/nvcc
|
CC=/usr/local/cuda-13.0/bin/nvcc
|
||||||
|
|
||||||
NVCC_FLAGS = -O3 -ccbin /usr/local/gcc-12.2/bin -m64 -gencode arch=compute_80,code=sm_80
|
NVCC_FLAGS = -O3 -ccbin /usr/bin -m64 -gencode arch=compute_80,code=sm_80
|
||||||
|
|
||||||
# #ENVIRONMENT_PARAMETERS
|
# #ENVIRONMENT_PARAMETERS
|
||||||
# CUDA_INSTALL_PATH = /usr/local/cuda-12.0
|
# CUDA_INSTALL_PATH = /usr/local/cuda-12.0
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#include "dasp_spmv3.h"
|
#include "dasp_spmv3.h"
|
||||||
#include "utils.h"
|
|
||||||
|
|
||||||
#define groupNum 1
|
#define groupNum 1
|
||||||
#define warpNum_short 4
|
#define warpNum_short 4
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
#define DASP_SPMV3_H
|
#define DASP_SPMV3_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "utils.h"
|
||||||
|
|
||||||
struct DASPSparseMatrix {
|
struct DASPSparseMatrix {
|
||||||
// === 1. Long Part ===
|
// === 1. Long Part ===
|
||||||
|
|||||||
Reference in New Issue
Block a user