Skip to content

Commit

Permalink
make BFLOAT16 a base type
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcharne committed May 6, 2021
1 parent 6ffdfb4 commit 48d90df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions datafiles/avx512-bf16/bf16-element-types.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#BEGIN_LEGAL
#
#Copyright (c) 2019 Intel Corporation
#Copyright (c) 2021 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -16,4 +16,4 @@
#
#END_LEGAL
#
bf16 UINT 16
bf16 BFLOAT16 16
3 changes: 2 additions & 1 deletion datafiles/avx512-bf16/files.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#BEGIN_LEGAL
#
#Copyright (c) 2019 Intel Corporation
#Copyright (c) 2021 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -19,6 +19,7 @@

dec-instructions: bf16-isa.xed.txt
enc-instructions: bf16-isa.xed.txt
element-type-base:bf16-element-type-enum.txt
element-types: bf16-element-types.txt
widths: bf16-opnd-widths.txt

Expand Down

0 comments on commit 48d90df

Please sign in to comment.