William Allen
William Allen
  Did some benchmarking running 1 process at a time, increasing the `-r` value by 2 with each run, from 6 threads to 88. I did 2 runs of...
### Problem description  This always shows up at start, or if I switch away from Termux, and return, it will be back. I have to type the microphone icon,...
Steam Deck
Hello @cyring ! Following up from our chat on reddit. Now that they've fixed the kernel headers package, I can build again. ``` '############### ,############# Name: AMD Custom APU 0405...
### Please confirm - [X] I have searched existing issues - [X] This issue is not a duplicate of an existing one - [X] This is not a request for...
Reducing some complexity 
Update b3 files and bladebit and harvester cmake
It'd be useful to add ARM versions. Maybe something like: ``` with: cuda: '12.1.1' arch: ARM os: Ubuntu-20.04 ``` would fetch: https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_530.30.02_linux_sbsa.run
In our workflow, we are using `pep517.build` (which is deprecated) to build the wheel: https://github.com/Chia-Network/clvm/blob/26bb83c2f988dd0a2855c8466e224bd6f0743e69/.github/workflows/publish-to-test-pypi.yml#L32-L44 We aren't building the sdist. If we were to use `pip install build`, and then...