This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
Adding soft queue dispatch logic to dispatch commands to AIE agents #76
Annotations
13 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
runtime/hsa-runtime/core/inc/amd_aie_aql_queue.h#L151
implicit conversion from 'unsigned long long' to 'uint32_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion]
|
runtime/hsa-runtime/core/util/simple_heap.h#L192
unused variable 'err' [-Wunused-variable]
|
runtime/hsa-runtime/core/inc/amd_xdna_driver.h#L136
private field 'dev_heap_handle' is not used [-Wunused-private-field]
|
runtime/hsa-runtime/core/inc/amd_gpu_agent.h#L507
'PcSamplingIterateConfig' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
runtime/hsa-runtime/core/inc/amd_gpu_agent.h#L509
'PcSamplingCreate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
runtime/hsa-runtime/core/inc/amd_gpu_agent.h#L510
'PcSamplingCreateFromId' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
runtime/hsa-runtime/core/inc/amd_gpu_agent.h#L512
'PcSamplingDestroy' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
runtime/hsa-runtime/core/inc/amd_gpu_agent.h#L513
'PcSamplingStart' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
runtime/hsa-runtime/core/inc/amd_gpu_agent.h#L514
'PcSamplingStop' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
runtime/hsa-runtime/core/inc/amd_gpu_agent.h#L515
'PcSamplingFlush' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
|
|
|
This job succeeded
Loading