decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
159 stars 77 forks source link

cuda: Create obj dir in generator script. #215

Closed matheusd closed 10 months ago

matheusd commented 10 months ago

This adds creation of the obj/ dir, which is needed to generate the version of the Blake3 kernel used in CUDA builds.

The Windows version no longer needs the obj/ dir, therefore that is not necessary on that platform.