| 52 | } |
| 53 | |
| 54 | port::StatusOr<absl::Span<const uint8>> CompilePtxOrGetCached( |
| 55 | int device_ordinal, const char* ptx, |
| 56 | PtxCompilationOptions compilation_options) { |
| 57 | return CompilePtx(device_ordinal, ptx, compilation_options); |
| 58 | } |
| 59 | |
| 60 | #else |
| 61 |
no test coverage detected