Skip to content

Commit

Permalink
update to cuTENSOR v2
Browse files Browse the repository at this point in the history
  • Loading branch information
wardvermeulen committed Jan 21, 2024
1 parent 724a6c7 commit 2202f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple_contraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function main()
)

# Executing the tensor contraction.
cuTENSOR.contraction!(
cuTENSOR.contract!(
1,
(A), tensorModes[2], cuTENSOR.CUTENSOR_OP_IDENTITY,
(B), tensorModes[3], cuTENSOR.CUTENSOR_OP_IDENTITY,
Expand Down
2 changes: 1 addition & 1 deletion test/contraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function testContraction(extents, tensorModes)
)

# Executing the tensor contraction.
cuTENSOR.contraction!(
cuTENSOR.contract!(
1,
(A), tensorModes[2], cuTENSOR.CUTENSOR_OP_IDENTITY,
(B), tensorModes[3], cuTENSOR.CUTENSOR_OP_IDENTITY,
Expand Down

0 comments on commit 2202f41

Please sign in to comment.