Skip to content

SWDEV-546303 - Add declarations for Library Management API#3838

Closed
rocm-devops wants to merge 1 commit intoamd-stagingfrom
amd/dev/sluzynsk/SWDEV-546303
Closed

SWDEV-546303 - Add declarations for Library Management API#3838
rocm-devops wants to merge 1 commit intoamd-stagingfrom
amd/dev/sluzynsk/SWDEV-546303

Conversation

@rocm-devops
Copy link
Copy Markdown
Contributor

This commit lays some groundwork to implement Library Management API calls. This change introduces function declarations and documentation.

Included APIs:

  • hipKernelGetAttribute
  • hipKernelGetFunction
  • hipKernelGetLibrary
  • hipKernelGetName
  • hipKernelGetParamInfo
  • hipKernelSetAttribute
  • hipKernelSetCacheConfig
  • hipLibraryEnumerateKernels
  • hipLibraryGetGlobal
  • hipLibraryGetKernel
  • hipLibraryGetKernelCount
  • hipLibraryGetManaged
  • hipLibraryGetModule
  • hipLibraryGetUnifiedFunction
  • hipLibraryUnload

Associated JIRA ticket number/Github issue number

SWDEV-546303

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Continuous Integration

What were the changes?

Added declarations and basic documentation for new Library Managemet API.

Why are these changes needed?

Part of a Library Management API feature

Updated CHANGELOG?

  • Yes
  • No, Does not apply to this PR.

Added/Updated documentation?

  • Yes
  • No, Does not apply to this PR.

Additional Checks

  • I have added tests relevant to the introduced functionality, and the unit tests are passing locally.
  • Any dependent changes have been merged.

This commit lays some groundwork to implement Library Management API
calls. This change introduces function declarations and documentation.

Included APIs:
* hipKernelGetAttribute
* hipKernelGetFunction
* hipKernelGetLibrary
* hipKernelGetName
* hipKernelGetParamInfo
* hipKernelSetAttribute
* hipKernelSetCacheConfig
* hipLibraryEnumerateKernels
* hipLibraryGetGlobal
* hipLibraryGetKernel
* hipLibraryGetKernelCount
* hipLibraryGetManaged
* hipLibraryGetModule
* hipLibraryGetUnifiedFunction
* hipLibraryUnload

Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com>
@rocm-devops
Copy link
Copy Markdown
Contributor Author

Imported to ROCm/rocm-systems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants