P4 to Git Change 1744640 by wchau@wchau_OCL_boltzmann on 2019/02/15 11:28:47

SWDEV-176282 - FP16_MatrixTranspose is failing on NAVI10/VEGA10 PAL/LC path:wq
	- add COMGR logging support to show the build log

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#28 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#16 edit
This commit is contained in:
foreman
2019-02-15 12:26:57 -05:00
förälder b5fbe8c22d
incheckning 5ab68dc87b
2 ändrade filer med 98 tillägg och 21 borttagningar
+1 -1
Visa fil
@@ -321,7 +321,7 @@ class Program : public amd::HeapObject {
#if defined(USE_COMGR_LIBRARY)
//! Dump the code object data
void extractByteCodeBinary(const amd_comgr_data_set_t inDataSet,
amd_comgr_status_t extractByteCodeBinary(const amd_comgr_data_set_t inDataSet,
const amd_comgr_data_kind_t dataKind, const std::string& outFileName,
char* outBinary[] = nullptr, size_t* outSize = nullptr);