Force GPU device objects that refer to the same physical card using the
same stream id to use the same cuda stream objects. This avoids confusing the per-device memory allocator in ways that cause memory corruption. Fixes https://github.com/tensorflow/serving/issues/335. PiperOrigin-RevId: 157258318
Loading
Please sign in to comment