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;