Skip to content

Commit 8938293

Browse files
authored
[Metax] update metax_gpu CMakeLists.txt (#10)
* [Metax] fix dgc & mklml compile product path problem * [Metax] fix accuracy kernel & add test_accuracy_op_metax.py unit test * [Metax] add mixed_vector fix & update change patch * [Metax] update metax_gpu CMakeLists.txt
1 parent 8f13fae commit 8938293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/metax_gpu/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
2626
message(STATUS "CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}")
2727
set(WITH_MKLML ON)
2828

29+
include(paddle)
2930
set(THIRD_PARTY_PATH
3031
"${PADDLE_SOURCE_DIR}/build/third_party"
3132
CACHE PATH "Third party libraries directory.")
3233

33-
include(paddle)
3434
include(version)
3535
include(generic)
3636
include(cblas)

0 commit comments

Comments
 (0)