disable printf on hip-clang on Windows (#2021)
[ROCm/clr commit: 08147681d0]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2436c2dd6f
Коммит
ca51795efd
@@ -34,7 +34,7 @@ THE SOFTWARE.
|
||||
#include <hip/hcc_detail/device_library_decls.h>
|
||||
#include <hip/hcc_detail/llvm_intrinsics.h>
|
||||
|
||||
#if __HIP_CLANG_ONLY__ && __HIP_VDI__
|
||||
#if __HIP_CLANG_ONLY__ && __HIP_VDI__ && !_WIN32
|
||||
extern "C" __device__ int printf(const char *fmt, ...);
|
||||
#else
|
||||
#if HC_FEATURE_PRINTF
|
||||
|
||||
Ссылка в новой задаче
Block a user