SWDEV-369581 - Convey copy API metadata to ROCclr

Change-Id: I6fcd2c2dbec887199de538326a7826bd29a25ca0
This commit is contained in:
Ioannis Assiouras
2022-12-01 16:32:01 +00:00
bovenliggende 52878fd039
commit 337976febf
2 gewijzigde bestanden met toevoegingen van 30 en 18 verwijderingen
+1 -1
Bestand weergeven
@@ -5,7 +5,7 @@ hipError_t ihipMemcpy3D_validate(const hipMemcpy3DParms* p);
hipError_t ihipMemcpy_validate(void* dst, const void* src, size_t sizeBytes, hipMemcpyKind kind);
hipError_t ihipMemcpyCommand(amd::Command*& command, void* dst, const void* src, size_t sizeBytes,
hipMemcpyKind kind, amd::HostQueue& queue);
hipMemcpyKind kind, amd::HostQueue& queue, bool isAsync = false);
hipError_t ihipLaunchKernel_validate(hipFunction_t f, uint32_t globalWorkSizeX,
uint32_t globalWorkSizeY, uint32_t globalWorkSizeZ,