-
I've recently installed h2o4gpu and I've been able to successfully run the test code provided on the README.md file. However, I can't run any algorithm using the GPU because the library always selects…
-
So the last few days after updating to 4.7.2.1-3 (not sure witch of those 3 but i saw that you updated the miner in qiestion on those) i've started experiencing a lot of crashed related to my 1060 3G …
-
When running the code on this page, I get this message
`
2023-08-22 15:14:48,487 WARNING actor_pool_map_operator.py:267 -- To ensure full parallelization across an actor pool of size 4, the specif…
-
Dear all
I noticed that the SLEPC solver usually needs more memory than the BSE construction.
When I run a bit BSE calcuation the code crash at the beginning of the solver, than I start it again
…
-
I followed the guidelines and reproduced the results with provided weights. The reproduced results are slightly different from the official results:
Methods | FID | FID paper*
DiT NFE=50 | 2.24 | …
-
### Is your feature request related to a problem? Please describe.
`atKeys` files are not encrypted, thus they need careful management; I'd like it not to be a security problem if my atKeys file is…
-
For example:
```cpp
auto src = std::allocator{}.allocate(3);
auto dst = thrust::cuda::allocator{}.allocate(3);
// thrust::copy_n(src, 3, dst); // this is ok
thrust::uninitialized_co…
-
Hey,
Recently Tensorflow and Pytorch have implemented a way to pass tensors from one framework to another using DLpack, and I was wondering if it is possible to somehow use your code in a pytorch mod…
-
Hi, please see attached image file. XMRig for nVidia stops and crashes. The issue can be repeated and occurs at the first donation round. It's a big issue as it's a show stopper. Restarting the miner …
-
I compiled the development snapshot of XMRig-Nvidia on two Nvidia GPUs (Tesla K40c and GTX 1050 Ti) using CUDA 10.1 on two different machines on Ubuntu (18 for Tesla K40c, 19 for GTX 1050 Ti) and I'm …