P4 to Git Change 2005583 by skudchad@skudchad_test2_win_opencl on 2019/09/27 13:25:25

SWDEV-199293 - Fix build on windows. Include header in hip_internal.hpp

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_internal.hpp#42 edit
... //depot/stg/opencl/drivers/opencl/api/hip/hip_rtc.cpp#7 edit
这个提交包含在:
foreman
2019-09-27 13:31:58 -04:00
父节点 93aca4f8dc
当前提交 27098e82fe
修改 2 个文件,包含 3 行新增7 行删除
+3
查看文件
@@ -30,6 +30,9 @@ THE SOFTWARE.
#include <thread>
#include <stack>
#include <mutex>
#include <iterator>
/*! IHIP IPC MEMORY Structure */
#define IHIP_IPC_MEM_HANDLE_SIZE 32
-7
查看文件
@@ -25,13 +25,6 @@ THE SOFTWARE.
#include <hip/hiprtc.h>
#include "platform/program.hpp"
#include <algorithm>
#include <iterator>
#include <sstream>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
namespace hiprtc {
thread_local hiprtcResult g_lastRtcError = HIPRTC_SUCCESS;