Skip to content

Commit

Permalink
init commit for xla-101-advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
i-chaochen committed Jun 8, 2024
1 parent 7667c63 commit e373633
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 234 deletions.
4 changes: 2 additions & 2 deletions xla/service/gpu/ir_emitter_unnested.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ absl::Status IrEmitterUnnested::EmitHloInstruction(
if (IsCustomCallToDnnConvolution(*instr)) {
return EmitConvolutionThunk(custom_call);
}
#if GOOGLE_CUDA || TENSORFLOW_USE_ROCM
#if GOOGLE_CUDA
if (IsCustomCallToCusolver(*instr)) {
return EmitCholeskyThunk(instr);
}
Expand All @@ -2885,7 +2885,7 @@ absl::Status IrEmitterUnnested::EmitHloInstruction(
if (IsCubDeviceRadixSort(*instr)) {
return EmitCubDeviceRadixSort(custom_call);
}
#endif // GOOGLE_CUDA || TENSORFLOW_USE_ROCM
#endif // GOOGLE_CUDA
if (custom_call->custom_call_target() == "PadToStatic") {
return EmitPadToStatic(custom_call);
}
Expand Down
Loading

0 comments on commit e373633

Please sign in to comment.