mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 20:36:05 +00:00
Remove cuda include from gpu plugin extension and BUILD
This commit is contained in:
parent
e6d6c4ef8a
commit
8d42fa0b0b
@ -222,7 +222,6 @@ cc_library(
|
||||
"@com_google_absl//absl/status",
|
||||
"@com_google_absl//absl/status:statusor",
|
||||
"@com_google_absl//absl/strings:str_format",
|
||||
"@local_config_cuda//cuda:cuda_headers",
|
||||
"@nanobind",
|
||||
"@tsl//tsl/platform:statusor",
|
||||
"@xla//xla:util",
|
||||
|
@ -22,7 +22,6 @@ limitations under the License.
|
||||
#include "absl/status/status.h"
|
||||
#include "absl/status/statusor.h"
|
||||
#include "absl/strings/str_format.h"
|
||||
#include "third_party/gpus/cuda/include/cuda.h"
|
||||
#include "jaxlib/kernel_nanobind_helpers.h"
|
||||
#include "xla/ffi/api/c_api.h"
|
||||
#include "xla/pjrt/c/pjrt_c_api.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user