JuliaGPU/XLA.jl

Add TPU profiler client

Keno opened this issue · 0 comments

Keno commented

Having to install the cloud-tpu-profiler package is a pain, because it pulls in all of tensorflow (and takes a really long time to start up). It's also unnecessary, because all it does is issue one grpc request to the profiler service and then wait until it's done. We should be able to do that ourselves.