P4 to Git Change 1753099 by cpaquot@cpaquot-ocl-lc-lnx on 2019/03/07 16:43:54

SWDEV-145570 - [HIP] Change IS_HIP into a dynamic variable set by HIP layer

Affected files ...

... //depot/stg/opencl/drivers/opencl/api/hip/hip_context.cpp#16 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#127 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#69 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.cpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#303 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/macros.hpp#11 edit
Этот коммит содержится в:
foreman
2019-03-07 17:24:23 -05:00
родитель e51a27e182
Коммит 598c3f2821
5 изменённых файлов: 7 добавлений и 11 удалений
+1
Просмотреть файл
@@ -65,6 +65,7 @@ namespace amd {
#include <crt_externs.h>
#endif // __APPLE__
bool IS_HIP = false;
// static
char* Flag::envstr_;