Skip to content

Commit

Permalink
integer_dot_product: add missing define (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr authored Oct 25, 2024
1 parent 90fb1c2 commit 781c86d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ int SetCompilerInstanceOptions(
instance.getPreprocessorOpts().addMacroDef(
"cl_arm_integer_dot_product_accumulate_saturate_int8");
}
instance.getPreprocessorOpts().addMacroDef("cl_khr_integer_dot_product");

for (auto define : Defines) {
instance.getPreprocessorOpts().addMacroDef(define);
Expand Down

0 comments on commit 781c86d

Please sign in to comment.