Open cgarling opened 1 year ago
Using threadid is not safe due to possibility of yields; see this blog post.
threadid
I think hmc_sample might be the only method that needs updated right now; don't think I have multi-threading working for hmc_sample_mdf yet (and that method's signature should probably be changed as well)
hmc_sample
hmc_sample_mdf
Using
threadid
is not safe due to possibility of yields; see this blog post.