P4 to Git Change 1205606 by emankov@em-hsa-amd on 2015/10/29 16:46:58

SWDEV-77584 - ORCA RT: Preparations for enabling HSAIL on OpenCL 1.2 by default. Minor refactoring of compile/link options' routines.

	[Testing] pre check-in

	[Reviewer] German Andryeyev
	http://ocltc.amd.com/reviews/r/8848

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#74 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.hpp#36 edit
This commit is contained in:
foreman
2015-10-29 17:09:18 -04:00
vanhempi 68fd364e19
commit 3f84eb5956
2 muutettua tiedostoa jossa 76 lisäystä ja 71 poistoa
@@ -186,6 +186,12 @@ public:
//! RTTI internal implementation
virtual ObjectType objectType() const {return ObjectTypeProgram;}
static int GetOclCVersion(const char* clVer);
static bool ParseAMDOCLBUILDOptions(option::Options& options);
static bool ParseAMDOCLLINKOptions(option::Options& options);
};
/*! @}