How to assign a specific GPU when auto-tuning?

Hi,
I am trying to run the auto-tuning program on a specific GPU. But I don’t find a proper API to set. How can I do it?

have you solved this problem?

@ comaniac any advice? Thank you!

export CUDA_VISIBLE_DEVICES="your gpu id"

1 Like

wow thank you! I’ll try it.