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
Now that smol has support for openmp, it would be nice to allow users to set the number of threads directly via a Sampler object as a more convenient interface (and also most likely where users will care about performance).
This might likely need MCKernels to set the num_threads attribute of their processor.
The text was updated successfully, but these errors were encountered:
Now that smol has support for openmp, it would be nice to allow users to set the number of threads directly via a
Sampler
object as a more convenient interface (and also most likely where users will care about performance).This might likely need
MCKernels
to set thenum_threads
attribute of their processor.The text was updated successfully, but these errors were encountered: