SWDEV-277566 - Add amd::Program::load interface
Skeleton implementation to allow change at HIP and OpenCL. Change-Id: I70e69d33c6870cc96238b2f18010ace86d56147f
This commit is contained in:
@@ -621,6 +621,10 @@ int32_t Program::build(const std::vector<Device*>& devices, const char* options,
|
||||
return retval;
|
||||
}
|
||||
|
||||
bool Program::load(const std::vector<Device*>& devices) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void Program::clear() {
|
||||
// Destroy old programs if we have any
|
||||
for (const auto& it : devicePrograms_) {
|
||||
|
||||
Reference in New Issue
Block a user