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
Dieser Commit ist enthalten in:
foreman
2019-09-27 13:31:58 -04:00
Ursprung 93aca4f8dc
Commit 27098e82fe
2 geänderte Dateien mit 3 neuen und 7 gelöschten Zeilen
+3
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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;