summaryrefslogtreecommitdiff
path: root/cutlass-example/Makefile
diff options
context:
space:
mode:
authoraamir <[email protected]>2018-07-22 18:33:32 -0700
committeraamir <[email protected]>2018-07-22 18:33:32 -0700
commit06147dc4a1ed08f41be159bba09a7a6c9bd7318f (patch)
tree8403f601b1883dcf42245a8895c3756a1a7454d8 /cutlass-example/Makefile
parentfcf40649feb6046fb9b1ed984fb9b19422cd5463 (diff)
added regression and debugged the failing testcase
Diffstat (limited to 'cutlass-example/Makefile')
-rw-r--r--cutlass-example/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/cutlass-example/Makefile b/cutlass-example/Makefile
index 8156847..f72b732 100644
--- a/cutlass-example/Makefile
+++ b/cutlass-example/Makefile
@@ -34,4 +34,13 @@ INC_DIR = ./
LDFLAGS = --gpu-architecture=compute_70 --gpu-code=compute_70 -lcudart -I$(INC_DIR)
myprog: $(obj)
- $(CC) -o $@ $^ $(LDFLAGS)
+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
+
+clean:
+ rm -rf gemm_tt_*
+ rm -rf host_results_*
+ rm -rf gpgpusim_power_report__*
+ rm -rf _cuobjdump*
+ rm -rf gpgpu_inst_stats.txt
+ rm -rf myprog
+ echo Clean done