kordk / torch-ecpg

(GPU accelerated) eCpG mapper
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Select CPU core limit #2

Closed kordk closed 1 year ago

kordk commented 2 years ago

Add switch to allow user to select the number of CPU cores to use. We will need to run the tests with a single core for comparisons.

liamgd commented 1 year ago

Added --cpu-threads. Default of 0 represents using CUDA, if available.