exanauts / CUDSS.jl

MIT License
18 stars 1 forks source link

Add check keyword argument to generic calls #33

Closed ChrisRackauckas closed 4 months ago

ChrisRackauckas commented 4 months ago

lu!(fact, A, check=false) works for CPU but not for GPU because this keyword argument is not allowed. This makes it hard to use the generic interface in generic code because it has slightly different arguments. This adds the check keyword argument to match the original argument interface.