CuArrays.jl icon indicating copy to clipboard operation
CuArrays.jl copied to clipboard

Include semi-documented contraction algo options

Open kshyatt opened this issue 5 years ago • 2 comments

In fact, there are more algorithms than we include now:

https://docs.nvidia.com/cuda/cutensor/api/types.html#cutensoralgo-t

values >= 0 correspond to certain sub-algorithms of GETT

I checked and currently the maximum number of algorithms function returns 9. Maybe there's a runtime way to set this up?

kshyatt avatar Feb 25 '20 21:02 kshyatt

If those algorithms aren't listed in the header, are we "supposed" to use them (stability, correctness, and whatnot)? Modifying the generated files doesn't seem ideal either.

maleadt avatar Feb 27 '20 15:02 maleadt

@springer13 is there some way we could get these doc-ed in CUTENSOR's documentation/listed in the header for the auto-generation script?

kshyatt avatar Mar 03 '20 17:03 kshyatt