Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support execution on GPU #259

Merged
merged 24 commits into from
Apr 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
joelberkeley committed Apr 7, 2022
commit 88f7aeb6fac6044f70d914a4c4eb245de0f8831d
2 changes: 1 addition & 1 deletion test/Unit/TestTensor.idr
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ test_cholesky = do
[0.47207308, 1.5615932 , 0.0 ],
[0.9182292 , 0.6230785 , 1.2312902 ]
]
assertAll "cholesky" $ sufficientlyEq {tol=0.00001} (cholesky x) expected
assertAll "cholesky" $ sufficientlyEq {tol=0.000001} (cholesky x) expected

test_triangularsolve : IO ()
test_triangularsolve = do
Expand Down