forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate CompilationProvider framework into NVPTXCompiler
Removes all the logic that deals with PTX from NVPTXCompiler and instead uses the `CompilationProvider` classes for PTX compilation. This has the advantage that it - Removes a bunch of untested code from nvptx_compiler.cc - Fixes bugs in the caching logic - Makes it possible to reuse the same PTX compilation pipeline for Triton Kernels in JAX - Makes it possible to reuse the same PTX compilation pipeline in the Runtime where we currently only support driver compilation. PiperOrigin-RevId: 702701896
- Loading branch information
1 parent
63248b1
commit 1c27e02
Showing
8 changed files
with
276 additions
and
522 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
Oops, something went wrong.