diff options
| author | aamir <[email protected]> | 2018-05-30 23:07:44 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-05-30 23:07:44 -0700 |
| commit | fa0089a5d3a86ef348fae9a83a862f5219892bab (patch) | |
| tree | 72a2b80c81ce115d1c1cad7ecc965784d427f70d /src/cuda-sim/Makefile | |
| parent | 5b1ba75a3d5d02fbc12b5218abaaae4fcf2b5c2d (diff) | |
adding code for wmma_ld_impl, error at decode space
Diffstat (limited to 'src/cuda-sim/Makefile')
| -rw-r--r-- | src/cuda-sim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/Makefile b/src/cuda-sim/Makefile index 999dad7..a65e8e1 100644 --- a/src/cuda-sim/Makefile +++ b/src/cuda-sim/Makefile @@ -42,7 +42,7 @@ include ../../version_detection.mk OUTPUT_DIR=$(SIM_OBJ_FILES_DIR)/cuda-sim -OPT := -O3 -g3 -Wall -Wno-unused-function -Wno-sign-compare +OPT := -O0 -g3 -Wall -Wno-unused-function -Wno-sign-compare ifeq ($(DEBUG),1) OPT := -g3 -Wall -Wno-unused-function -Wno-sign-compare endif |
