-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Vulkan] Remove dependency on Target from -from_device functionality. (…
…#8171) The `tvm.target.Target("vulkan -from_device=0")` functionality was initially implemented by generating/returning a Target. This broke usage of libtvm_runtime.so, since Target is only defined in libtvm.so. This commit reimplements the functionality without the dependency on Target, Integer, Bool, or IntImm. Co-authored-by: Eric Lunderberg <elunderberg@octoml.ai>
- Loading branch information
1 parent
bb3e772
commit 0c83fe8
Showing
5 changed files
with
385 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.