Calvin Tam

Results 45 comments of Calvin Tam

Experience the same when I overclock the memory on my Vega 56s. I would like to see the miner exits when GPU faulted instead of freezing. I am using docker...

because of this issue, I switched to `xmrig-amd`..

> wouldn't js with indexedDB be enough ? I think the point is to have a cross-platform database on Flutter (android, ios, web and other supported platforms).

> @calvintam236 Thanks for posting. This is true only for required properties. If you have a nullable (optional in Realm) property in your model than it is generated as named....

Instead of changing `Person()`, how about adding an alternative constructor `Person.named()`? If you are using IDE, it will autocomplete as `Person(name: xxx)`. See [this](https://stackoverflow.com/a/59430140). The code should always be CLEAR...

Maybe this is what you are looking for? https://github.com/jama5262/jiffy/tree/master/doc#local

@AadumKhor thanks for making changes in #121. I might not be clear on explaining 2): Can we add add more operator overloads on `Jiffy` so we can just do ``,...

Same error here.

Same problem here.. 1070FE. I ran the benchmark inside docker ```bash $ docker run --rm --device /dev/nvidia0:/dev/nvidia0 --device /dev/nvidiactl:/dev/nvidiactl --device /dev/nvidia-uvm:/dev/nvidia-uvm --device /dev/nvidia-modeset:/dev/nvidia-modeset calvintam236/nheqminer:nvidia -b ```

Try adding `-DCUDA_CUDART_LIBRARY=/usr/local/cuda/lib64/libcudart.so` when you run `cmake` command.