I try to set the TVM_NUM_THREADS on my laptop (the server has run over 15 hours 
and I don't want to affect it). It seems that the program still only occupies 1 
physical core.

CPU: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz 6C12T
GPU: GeForce GTX 1060 Mobile
![Screenshot%20from%202019-10-24%2017-36-17|690x130](upload://ikV0eCNRZ3NQ9Iu3NO9OtVrnr3N.png)
 

Here is my operation procedure:
1. Start an RPC tracker
```shell
python3 -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9190
 ```
2. Start an RPC server. 
```shell
python3 -m tvm.exec.rpc_server --tracker=0.0.0.0:9190 --key=1060
 ```
3. Set the environ var
```shell
export TVM_NUM_THREADS=6
```
4. Start tuning
```shell
python3 tune_relay_int8_cuda.py
```

On the server, I repated the step 2 to register five T4 GPUs but didn't set the 
TVM_NUM_THREADS environ var.

Did I do something wrong?:confused:





---
[Visit 
Topic](http://tracking.discuss.tvm.ai/tracking/click?d=9jKHkhwD63XhqM8qY5JBgBocHfc6hW0jcqFGwPez35awtvy6ssnKIgsZZOSzSEhapp3IJZydud8RD-rjxsWjQJy-jcuaNRcY7EZoiyQwoRSZLa15YMx8-YLCXZfgc1nPTNopG7WWaPKmHVa6aI7hd_81)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](http://tracking.discuss.tvm.ai/tracking/click?d=7cFgOaAA4XIBVlVKt_oyC07uihTjg4Q6cjeBRNRTiPqStckdoaKSEcoXRBR0kFI-dGvq4NwtqXo9BkWbK1AETm6eNSOaA9PXz0qwCHfqUI2JHlFd_p0s4v4PkDOKROdk74kBSbsIeMrYccNTE9v3aQQLPaIK3a-6VFQEsoWYzXf-sawCCkmjYGZNBTAeHGnG7yDKLCodmI08_aLeOKOx8W3LOl7pgT5OsflLqLuqLq860).

Tianqi Chen, UW, Seattle, WA, 98105, United States
http://tracking.discuss.tvm.ai/tracking/unsubscribe?msgid=NTDfFf39ejpCj_HbR-QggQ2

Reply via email to