We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a loose collection of TODO items.
tag_XYZ
tileRecv
tr_matrix
run_tests.py
test_her{k,2k}.cc
uplo
diag
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a loose collection of TODO items.
tag_XYZ
where appropriate. E.g., listBcast in work_trsmA.tileRecv
can generate an OpenMP task. Is this desired? Do algorithms need to wait for the task? See comment in Avoid allocating unneeded host tile #122 and Commits that didn't get pushed to #122 #161.tr_matrix
inrun_tests.py
. See comment in Add nonuniform tile sizes, device distributions, and grid orders to even more testers (depends on #143) #157.test_her{k,2k}.cc
. See comment in Add nonuniform tile sizes, device distributions, and grid orders to even more testers (depends on #143) #157.uplo
ordiag
accessors in the C and Fortran APIs. See note in Fix Options in C and Fortran APIs #152.The text was updated successfully, but these errors were encountered: