P4 to Git Change 1928320 by slinder1@slinder1-fiji-ocllc on 2019/07/01 16:20:37

SWDEV-161424 - Always enable and collect Comgr logging

	Restore changelist 1853517, which was backed out in changelist 1861649

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#49 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#29 edit
このコミットが含まれているのは:
foreman
2019-07-01 16:23:41 -04:00
コミット 62c0a6f23e
2個のファイルの変更23行の追加36行の削除
+2 -2
ファイルの表示
@@ -340,8 +340,8 @@ class Program : public amd::HeapObject {
bool linkImplHSAIL(amd::option::Options* options);
#if defined(USE_COMGR_LIBRARY)
//! Dump the log data object to the build log, if both are present
void extractBuildLog(const char* buildLog, amd_comgr_data_set_t dataSet);
//! Dump the log data object to the build log, if a log data object is present
void extractBuildLog(amd_comgr_data_set_t dataSet);
//! Dump the code object data
amd_comgr_status_t extractByteCodeBinary(const amd_comgr_data_set_t inDataSet,
const amd_comgr_data_kind_t dataKind, const std::string& outFileName,