-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace constant with appropriate block dimension WIP: add strides as a kernel parameter for non-packed tensors WIP: created non-packed variants for remaining 3D conv kernels fix: treat input and output as 6D NDHWGC tensor use std::call_once for initializing random seed revamp naive kernels to use strides in the non-packed tensors case (controlled by a bool flag) WIP: fixed kernel compilation issues but unable to load kernel code object WIP: fixed issue with hip rtc split channel strides into group, channels_per_group in solver fix indexing to left-to-right order fix bug with too much padding between kernel args num channels should be a multiple of num groups re-enable naive ref kernels with strides array 2D forward tests are all working now WIP: debugging bwd tests WIP: tests up till 3D bwd conv passing fix bug in bwd ndhwc kernel fix formatting disable prints fix readability-inconsistent-declaration-parameter-name fix clang-format fix hip tidy issue reverting the change to static init of random seed address comments and tidy issues. Remove extra print removed blank line change remove unneeded include env var for choosing packed vs non-packed reference kernel fix warnings from hip-tidy address comment about array initialization clear a tiny hip tidy issue
- Loading branch information
1 parent
d176b8f
commit 6e37c43
Showing
8 changed files
with
1,681 additions
and
580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.