We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ce16c commit a8f34a5Copy full SHA for a8f34a5
Libraries/oneDNN/getting_started/CMakeLists.txt
@@ -1,6 +1,5 @@
1
cmake_minimum_required(VERSION 2.8.11)
2
if("${CMAKE_CXX_COMPILER}" STREQUAL "")
3
- set(CMAKE_C_COMPILER "clang")
4
set(CMAKE_CXX_COMPILER "dpcpp")
5
endif()
6
project (getting_started)
0 commit comments