Skip to content

Commit f90f55c

Browse files
committed
Added GraphBLAS mxm and extract benchmarks
1 parent 6b1e705 commit f90f55c

File tree

2 files changed

+482
-15
lines changed

2 files changed

+482
-15
lines changed

taco/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ file(GLOB TEST_SOURCES *.cpp *.h)
2121

2222
set(CMAKE_CXX_FLAGS "${C_CXX_FLAGS} -std=c++14")
2323
if (GRAPHBLAS)
24-
set(CMAKE_CXX_FLAGS "${C_CXX_FLAGS} -fpermissive")
24+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -fopenmp -fpermissive -fexcess-precision=fast -fno-math-errno -fwrapv")
2525
endif(GRAPHBLAS)
2626

2727
add_executable(taco-bench ${TEST_SOURCES} bench.h)

0 commit comments

Comments
 (0)