Searched refs:HsaObject (Results 1 - 5 of 5) sorted by relevance

/gem5/src/gpu-compute/
H A Dhsa_object.hh45 /* @class HsaObject
51 class HsaObject class
54 HsaObject(const std::string &fileName);
56 static HsaObject* createHsaObject(const std::string &fname);
57 static std::vector<std::function<HsaObject*(const std::string&, int,
H A Dhsa_object.cc43 HsaObject::HsaObject(const std::string &fname) function in class:HsaObject
48 HsaObject*
49 HsaObject::createHsaObject(const std::string &fname)
51 HsaObject *hsaObj = nullptr;
H A Dbrig_object.hh60 class BrigObject final : public HsaObject
79 static HsaObject* tryFile(const std::string &fname, int len,
H A Dbrig_object.cc56 std::vector<std::function<HsaObject*(const std::string&, int, uint8_t*)>>
57 HsaObject::tryFileFuncs = { BrigObject::tryFile };
404 HsaObject*
416 : HsaObject(fname), storageMap(new StorageMap())
H A Dcl_driver.cc59 HsaObject *obj = HsaObject::createHsaObject(*codeFiles[i]);

Completed in 8 milliseconds