Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
dense_linear_algebra
Commits
a62e87d8
Commit
a62e87d8
authored
Oct 17, 2016
by
Thomas Steinreiter
Browse files
added mklblas to cmake paren
parent
763e0964
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a62e87d8
...
...
@@ -24,6 +24,7 @@ set(DWARF_PREFIX 1_dense) # The prefix of the name of the binaries produced
# Add the examples
add_subdirectory
(
gemm/cublas
)
add_subdirectory
(
gemm/clblas
)
add_subdirectory
(
gemm/mklblas
)
add_subdirectory
(
kmeans/kmeans_cuda
)
add_subdirectory
(
kmeans/kmeans_openmp
)
add_subdirectory
(
kmeans/kmeans_rodinia_opencl
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment