SWDEV-252542 - Fixing Win Compilation on SWDEV-241902.
Change-Id: If76f79002b265dccf6da4acef1ff9372d8b0a2ff
This commit is contained in:
committed by
Vladislav Sytchenko
parent
90c694988b
commit
7462e39954
@@ -171,7 +171,8 @@ class Program : public RuntimeObject {
|
||||
//! Add a new device program with or without binary image and options.
|
||||
int32_t addDeviceProgram(Device&, const void* image = NULL, size_t len = 0,
|
||||
bool make_copy = true, amd::option::Options* options = NULL,
|
||||
const amd::Program* same_prog = nullptr, amd::Os::FileDesc fdesc = -1,
|
||||
const amd::Program* same_prog = nullptr,
|
||||
amd::Os::FileDesc fdesc = amd::Os::FDescInit(),
|
||||
size_t foffset = 0, std::string uri = std::string());
|
||||
|
||||
//! Find the section for the given device. Return NULL if not found.
|
||||
|
||||
Reference in New Issue
Block a user