.. |
cc
|
Adjust structure of all BUILD files to recommended style (https://docs.bazel.build/versions/master/skylark/build-style.html#file-structure), moving loads to top.
|
2019-06-07 11:35:53 -07:00 |
kernels
|
Support dynamic outputs for XLA on demand ops.
|
2020-07-01 11:11:47 -07:00 |
ops
|
Instrument XRT with metrics and add op to fetch them from client side.
|
2020-01-25 12:57:21 -08:00 |
tests
|
Implement the llvm lowering for the customcall sliceToDynamic and padToStatic for on XLA:GPU.
|
2020-06-10 15:56:58 -07:00 |
BUILD
|
Make XRT CPU/GPU use MaybeOwning buffer interface, so the new copy protection CL won't break aliasing.
|
2020-06-22 12:32:43 -07:00 |
xrt_compilation_cache.cc
|
Create the XRT compilation cache if does not exist, even in the execute path, so that invalid handles can be flagged with a more meaningfull error.
|
2019-10-01 15:11:56 -07:00 |
xrt_compilation_cache.h
|
Prefixing TensorFlow thread annotation macros with TF_.
|
2020-03-05 08:42:01 -08:00 |
xrt_device.cc
|
Enable XRT cache to be shared among multiple GPU devices.
|
2020-05-07 09:34:58 -07:00 |
xrt_device.h
|
Enable XRT cache to be shared among multiple GPU devices.
|
2020-05-07 09:34:58 -07:00 |
xrt_memory_manager.cc
|
Instrument XRT with metrics and add op to fetch them from client side.
|
2020-01-25 12:57:21 -08:00 |
xrt_memory_manager.h
|
minor spelling tweaks
|
2019-12-09 18:21:12 +09:00 |
xrt_metrics.cc
|
Add unit of mesaure to TF monitoring percentile metrics.
|
2020-02-12 14:26:06 -08:00 |
xrt_metrics.h
|
Instrument XRT with metrics and add op to fetch them from client side.
|
2020-01-25 12:57:21 -08:00 |
xrt_refptr.h
|
Moved the XRT memory allocation logic into a new memory manager class, which is a ResourceBase and hosted within the ResourceMgr.
|
2019-05-20 14:24:22 -07:00 |
xrt_state.cc
|
Do not assert for null device memory pointer if size is zero.
|
2020-04-21 12:32:42 -07:00 |
xrt_state.h
|
Make XLA's kUserAlias work together with XRT's swap/compaction.
|
2020-03-02 18:39:10 -08:00 |
xrt_util.cc
|
Make XRT CPU/GPU use MaybeOwning buffer interface, so the new copy protection CL won't break aliasing.
|
2020-06-22 12:32:43 -07:00 |
xrt_util.h
|
Make XRT CPU/GPU use MaybeOwning buffer interface, so the new copy protection CL won't break aliasing.
|
2020-06-22 12:32:43 -07:00 |
xrt.proto
|
Enable XRT cache to be shared among multiple GPU devices.
|
2020-05-07 09:34:58 -07:00 |