Skip to content

Commit

Permalink
Add in fixes for CrdDrop counts
Browse files Browse the repository at this point in the history
  • Loading branch information
weiya711 committed Jan 28, 2023
1 parent 33eb02b commit 6c405e3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions compiler/sam-kernels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ GEN_KERNEL_NAMES=(
tensor3_ttv
tensor3_ttm
mat_sddmm
mat_mattransmul_WRONG
mat_residual_WRONG
mat_mattransmul
mat_residual
mat_elemadd3
tensor3_mttkrp
vec_spacc_simple
Expand All @@ -44,10 +44,10 @@ GEN_KERNEL_NAMES=(
)

HAND_KERNEL_NAMES=(
mat_residual
mat_mattransmul
vec_sd_compression
vec_ds_compression
mat_residual_HAND
mat_mattransmul_HAND
vec_sd_compression_HAND
vec_ds_compression_HAND
)

TACO_ARGS=(
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion compiler/taco
Submodule taco updated from 80d68f to cf8f00

0 comments on commit 6c405e3

Please sign in to comment.