You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
NLPAR should now use GPU if pyopencl is installed, and a GPU is found. Expect 2-10x improvement in speed.
Faster band indexing. Should lead to increased pattern indexing speed.
Changed
PyEBSDIndex will now automatically select discrete GPUs if both integrated and discrete GPUs are found. If no discrete GPUs are found, it will use the integrated GPU.
Numba will now cache in the directory ~/.pyebsdindex/ This might help with less recompilinging after restarts.
Removed
Removed band_vote modual as that is now wrapped into triplevote.