Mark Dewing
Mark Dewing
I updated to kernel 5.11.12 to try get the driver versions to match. Running rocgdb gives a different error (using modified dbg api library that runs check_version right away in...
I was unclear on how DKMS and the rock-dkms packages worked. The problem was I wasn't installing the Ubuntu mainline kernels correctly - there are two linux-headers packages to install...
No further assistance needed.
I've implemented the maximum batch size in a branch here https://github.com/markdewing/cubature-1/tree/max_batch_size
I ran into this issue with on a code compiled with `-bf-call-stack`. I think the issue is the hash mixing in `bf_push_function`: ``` bf_func_and_parents_id = bf_func_and_parents_id^ depth ^ keyID; ```...
Oops - I missed the parenthesis in what I wrote - should be `(17*bf_func_and_parents_id)^depth_keyID`
D'oh! I got the needs of correlated sampling wrong. The main text was updated.
Some thoughts on a redesign of VariableSet. The `insert` method should take a reference (or pointer) instead of a value. And a size (since it could refer to a group...
If the eigenvalue problem is solved with an iterative solver ( https://github.com/QMCPACK/qmcpack/issues/3788#issuecomment-2037803419 ) , then the `fillOverlapHamiltonianMatrices` function becomes the performance bottleneck when increasing the number of parameters. It scales...
There has been some information about miniQMC-QMCPACK performance added on the wiki page https://github.com/QMCPACK/miniqmc/wiki/Comparing-performance-with-QMCPACK