Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 62e8c4f

Browse files
author
aidan.belton
committed
Add bf16 aspect
1 parent 3cb8f72 commit 62e8c4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SYCL/Basic/aspects.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ int main() {
5454
if (plt.has(aspect::fp64)) {
5555
std::cout << " fp64" << std::endl;
5656
}
57+
if (plt.has(aspect::bf16)) {
58+
std::cout << " bf16" << std::endl;
59+
}
5760
if (plt.has(aspect::int64_base_atomics)) {
5861
std::cout << " base atomic operations" << std::endl;
5962
}

0 commit comments

Comments
 (0)