Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
24c63d70
Commit
24c63d70
authored
Dec 03, 2023
by
Umang Yadav
Browse files
add comment for 1d convs
parent
370d18c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/verify/quant_conv_1d.cpp
test/verify/quant_conv_1d.cpp
+1
-1
No files found.
test/verify/quant_conv_1d.cpp
View file @
24c63d70
...
@@ -48,5 +48,5 @@ struct quant_conv_1d : verify_program<quant_conv_1d<DType>>
...
@@ -48,5 +48,5 @@ struct quant_conv_1d : verify_program<quant_conv_1d<DType>>
};
};
template
struct
quant_conv_1d
<
migraphx
::
shape
::
int8_type
>;
template
struct
quant_conv_1d
<
migraphx
::
shape
::
int8_type
>;
// MLIR 1D convolution is not supported in MIGraphX yet.
// MLIR 1D convolution is not supported in MIGraphX yet.
Enable this through MIOpen route later.
// template struct quant_conv_1d<migraphx::shape::fp8e4m3fnuz_type>;
// template struct quant_conv_1d<migraphx::shape::fp8e4m3fnuz_type>;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment