Build ROCr core and image libraries as one shared object
Change-Id: I3a16c1227e7db2e386ab33886965596fa0fb0c87
[ROCm/ROCR-Runtime commit: 0ca0691ca7]
Tento commit je obsažen v:
@@ -9,7 +9,9 @@
|
||||
#include "inc/hsa.h"
|
||||
#include "resource.h"
|
||||
|
||||
namespace amd {
|
||||
namespace rocr {
|
||||
namespace image {
|
||||
|
||||
typedef struct BlitQueue {
|
||||
hsa_queue_t* queue_;
|
||||
volatile std::atomic<uint64_t> cached_index_;
|
||||
@@ -118,6 +120,8 @@ class BlitKernel {
|
||||
// Get the patched code object
|
||||
hsa_status_t GetPatchedBlitObject(const char* agent_name, uint8_t** code_object_handle);
|
||||
};
|
||||
} // namespace amd
|
||||
|
||||
} // namespace image
|
||||
} // namespace rocr
|
||||
|
||||
#endif // HSA_RUNTIME_EXT_IMAGE_BLIT_KERNEL_H
|
||||
|
||||
Odkázat v novém úkolu
Zablokovat Uživatele