SWDEV-404889 - Inital change for debugger support
- Program unique AQL index for debugger. The logic manages AQL array of packets per HW queue. - Provide debug state to PAL Change-Id: I38fa1f5435fa711fd1d44dc391f2e61eb2a25efa
이 커밋은 다음에 포함됨:
@@ -109,7 +109,8 @@ class HSAILKernel : public device::Kernel {
|
||||
const_address params, //!< Application arguments for the kernel
|
||||
size_t ldsAddress, //!< LDS address that includes all arguments.
|
||||
uint64_t vmDefQueue, //!< GPU VM default queue pointer
|
||||
uint64_t* vmParentWrap //!< GPU VM parent aql wrap object
|
||||
uint64_t* vmParentWrap, //!< GPU VM parent aql wrap object
|
||||
uint32_t* aql_index //!< AQL packet index in the packets array for debugger
|
||||
) const;
|
||||
|
||||
//! Returns the kernel index in the program
|
||||
|
||||
새 이슈에서 참조
사용자 차단