Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tensilelite/Tensile/Common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,10 @@ def supportedCompiler(compiler: str) -> bool:
# Activation
"Activation": False,
"ActivationNoGuard": False,
# ActivationType supports "none", "all" (10 activations) and "hipblaslt_all" (dgelu, gelu and relu).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ActivationType also support single activation except "none", "all" and "relu".

# It is active only when the Activation configuration is set to True. Otherwise, ActivationType will be set to "none".
"ActivationType": "none",

# AmaxD
"OutputAmaxD": False,
# For kernels putting arguments in workspaces instead of kernel arguments, they can choose to support user arguments input instead.
Expand Down