Skip to content

Commit

Permalink
#2716 mark MATMUL as available on GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Oct 8, 2024
1 parent 2e76d3a commit 721ff5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/psyclone/psyir/nodes/intrinsic_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,9 +797,10 @@ def is_available_on_device(self):
IntrinsicCall.Intrinsic.SIGN, IntrinsicCall.Intrinsic.SIN,
IntrinsicCall.Intrinsic.SINH, IntrinsicCall.Intrinsic.SQRT,
IntrinsicCall.Intrinsic.TAN, IntrinsicCall.Intrinsic.TANH,
# The one below are not documented on nvidia compiler
# The ones below are not documented in the nvidia compiler docs
IntrinsicCall.Intrinsic.PRODUCT, IntrinsicCall.Intrinsic.SIZE,
IntrinsicCall.Intrinsic.SUM, IntrinsicCall.Intrinsic.LBOUND,
IntrinsicCall.Intrinsic.MATMUL,
IntrinsicCall.Intrinsic.UBOUND)

@classmethod
Expand Down

0 comments on commit 721ff5d

Please sign in to comment.