Home
last modified time | relevance | path

Searched refs:compiled_ptx_or (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator.cc583 StatusOr<absl::Span<const uint8>> compiled_ptx_or = in DeviceCompare() local
587 if (compiled_ptx_or.ok()) { in DeviceCompare()
588 compiled_ptx = compiled_ptx_or.ConsumeValueOrDie(); in DeviceCompare()
593 << compiled_ptx_or.status().ToString() in DeviceCompare()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc306 port::StatusOr<absl::Span<const uint8>> compiled_ptx_or = in CheckRedzones() local
309 if (compiled_ptx_or.ok()) { in CheckRedzones()
310 compiled_ptx = compiled_ptx_or.ValueOrDie(); in CheckRedzones()
314 LOG(WARNING) << compiled_ptx_or.status().ToString() in CheckRedzones()