mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
15d5fae628
Imported from GitHub PR https://github.com/openxla/xla/pull/11424 It is a sub PR of https://github.com/openxla/xla/pull/9042 to add spirv-llvm-translator and translation pass Copybara import of the project: -- 6d8ce76e2b71120106ffae91945df9b974e74dec by Sheng, Yang <yang.sheng@intel.com>: Add SPIRV-LLVM-Translator and translation pass update comments and SPIRV-LLVM-Translator commit Merging this change closes #11424 PiperOrigin-RevId: 661272459
8 lines
214 B
Python
8 lines
214 B
Python
package(
|
|
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
|
|
default_visibility = ["//visibility:public"],
|
|
licenses = ["notice"],
|
|
)
|
|
|
|
# spirv_llvm_translator license placeholder
|