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/gpgpu-sim | |
| parent | 5b1ba75a3d5d02fbc12b5218abaaae4fcf2b5c2d (diff) | |
adding code for wmma_ld_impl, error at decode space
Diffstat (limited to 'src/gpgpu-sim')
| -rw-r--r-- | src/gpgpu-sim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/Makefile b/src/gpgpu-sim/Makefile index f10a8a4..4f77699 100644 --- a/src/gpgpu-sim/Makefile +++ b/src/gpgpu-sim/Makefile @@ -48,7 +48,7 @@ ifeq ($(GNUC_CPP0X), 1) endif ifneq ($(DEBUG),1) - OPTFLAGS += -O3 + OPTFLAGS += -O0 else CXXFLAGS += endif |
