P4 to Git Change 2043323 by jatang@jatang_win_pal_lc on 2019/12/10 12:57:52

SWDEV-1 - Fix cmake build.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/CMakeLists.txt#22 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rochostcall.cpp#2 edit
This commit is contained in:
foreman
2019-12-10 13:01:18 -05:00
parent afd60b06f0
commit f691b86ec8
2 changed files with 6 additions and 6 deletions
@@ -26,6 +26,7 @@ add_library(oclrocm OBJECT
rocappprofile.cpp
rocsettings.cpp
rocschedcl.cpp
rochostcall.cpp
)
set_target_properties(oclrocm PROPERTIES POSITION_INDEPENDENT_CODE ON)
+5 -6
View File
@@ -2,15 +2,14 @@
// Copyright (c) 2019 Advanced Micro Devices, Inc. All rights reserved.
//
#include "runtime/utils/debug.hpp"
#include "runtime/top.hpp"
#include "runtime/utils/flags.hpp"
#include "rochostcall.hpp"
#include "top.hpp"
#include "os/os.hpp"
#include "thread/monitor.hpp"
#include "utils/util.hpp"
#include "utils/debug.hpp"
#include "utils/flags.hpp"
#include "rochostcall.hpp"
#include <hsa.h>