"...composable_kernel.git" did not exist on "56adf7e9cc4fcf6592151281a727e96b625bc54f"
Commit 8b745f2c authored by Jim's avatar Jim
Browse files

codegen template

parent f4489897
...@@ -126,3 +126,9 @@ BOOL_MAP = { ...@@ -126,3 +126,9 @@ BOOL_MAP = {
"t" : "true", "t" : "true",
"f" : "false" "f" : "false"
} }
BF16_CVT_MAP = {
0 : "rtne",
1 : "rtna",
2 : "rtz",
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment