forked from triton-lang/triton
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CPU] Add conversion for unsupported BF16 ops via target-specific sta…
…ge (#27) * Remove unused code. Signed-off-by: Ilya Enkovich <[email protected]> * Fma is always allowed on CPU. Signed-off-by: Ilya Enkovich <[email protected]> * Add unsupported op conversions for BF16 type. Signed-off-by: Ilya Enkovich <[email protected]> --------- Signed-off-by: Ilya Enkovich <[email protected]>
- Loading branch information
Showing
35 changed files
with
458 additions
and
721 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
add_subdirectory(IR) | ||
add_subdirectory(Transforms) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
include/triton/Dialect/TritonCPU/Transforms/TritonCPUConversion.h
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
# TODO(minjang): I will remove these scratches soon. | ||
# add_subdirectory(TritonToTritonCPU) | ||
add_subdirectory(TritonToTritonGPU) | ||
# add_subdirectory(TritonCPUToLLVM) | ||
add_subdirectory(TritonGPUToLLVM) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.