Update CUDA miner debug environment for RTX 5090

This commit is contained in:
rob thijssen
2025-09-16 22:07:03 +08:00
parent 8c4934b8f6
commit f3af50acac

View File

@@ -1,8 +1,8 @@
# NVIDIA RTX 5090 (SM 120)
RUST_LOG=miner=debug
RUST_LOG=info,miner=debug
MINER_CUDA_MODE=g2
MINER_CUDA_IMAGE=ptx
MINER_CUDA_IMAGE=cubin
MINER_CUDA_THREADS=4096
MINER_CUDA_BLOCK_DIM=256
MINER_CUDA_ITERS=1024