[DataType] Add bfloat16 (#5601)
authorMenooker <Menooker@users.noreply.github.com>
Fri, 19 Jun 2020 14:40:40 +0000 (22:40 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 14:40:40 +0000 (07:40 -0700)
commit9b7c0786f427035debcb073754febdec096b29c5
treeee609b7ea793ba8df8dd769a6a2a2b7a58db4c39
parent55e02afc5a349139654c883842fd7b2d46f7d0a6
[DataType] Add bfloat16 (#5601)
include/tvm/runtime/data_type.h
include/tvm/tir/op.h
include/tvm/tir/transform.h
python/tvm/_ffi/runtime_ctypes.py
python/tvm/driver/build_module.py
python/tvm/tir/transform/transform.py
src/driver/driver_api.cc
src/tir/transforms/bf16_legalize.cc [new file with mode: 0644]
tests/python/unittest/test_target_codegen_llvm.py
tests/python/unittest/test_tir_transform_bf16_legalize.py [new file with mode: 0644]