Add hipDNN examples#448
Conversation
5a3793e to
62b485b
Compare
| @@ -0,0 +1,62 @@ | |||
| # MIT License | |||
| # | |||
| # Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved. | |||
There was a problem hiding this comment.
should the makefile headers have the same license text as the other files from hipdnn?
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
// SPDX-License-Identifier: MIT
There was a problem hiding this comment.
Thanks for pointing this out, I believe the hipdnn source files should have the same license text as the makefile and others as that's what's used across the entire repo. I'll update this shortly
There was a problem hiding this comment.
Updated so all the files now use the same license text
|
There seems to be some issue with |
zichguan-amd
left a comment
There was a problem hiding this comment.
New examples are missing .gitignore file. Otherwise LGTM
Added |
BrianHarrisonAMD
left a comment
There was a problem hiding this comment.
LGTM matches the repo samples, and was working from a nightly install of TheRock wheels.
Motivation
Add hipDNN examples to ROCm examples. Some examples were taken from the hipDNN repository and could be subject to change in the future given hipDNN's beta status.
Technical Details
Test Plan
Each example provides an option to validate its output.
Test Result
Should pass CI.
Added/Updated documentation?
Added new readmes for hipDNN
Yes
No, does not apply to this PR.
Included Visual Studio files?
Submission Checklist