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
d8011adf
Unverified
Commit
d8011adf
authored
Nov 10, 2023
by
Artur Wojcik
Committed by
GitHub
Nov 10, 2023
Browse files
fix missing exports on Windows (#2426)
parent
ad1afd58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/include/migraphx/module.hpp
src/include/migraphx/module.hpp
+1
-0
No files found.
src/include/migraphx/module.hpp
View file @
d8011adf
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
namespace
migraphx
{
namespace
migraphx
{
inline
namespace
MIGRAPHX_INLINE_NS
{
inline
namespace
MIGRAPHX_INLINE_NS
{
MIGRAPHX_EXPORT
const
operation
&
get_operation
(
instruction_ref
ins
);
const
operation
&
get_operation
(
instruction_ref
ins
);
struct
module_impl
;
struct
module_impl
;
...
...
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