I am trying to run the following code on my macbook pro, but do not know how to 
set the value for "target". I built tvm from source code, downloaded latest 
version of llvm for mac, which appears built ok, but cuda does not work because 
I could not find a cuda driver for mac. appreciate your help.

```
#target = tvm.target.arm_cpu()
target = tvm.target.cuda()
with relay.build_config(opt_level=opt_level):
    graph, lib, params = relay.build(mod, target, params=params)
```





---
[Visit 
Topic](https://discuss.tvm.ai/t/how-to-specify-target-on-macbook-pro/6182/1) to 
respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.ai/email/unsubscribe/d930804f98aa7ec22f800bc3ea0fae6c18b596ca7bb6a78d0154ee925840f63b).

Reply via email to