Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_cudamallocasync_allocator.cc149 int cuda_malloc_async_supported; in GpuCudaMallocAsyncAllocator() local
151 cuDeviceGetAttribute(&cuda_malloc_async_supported, in GpuCudaMallocAsyncAllocator()
159 if (!cuda_malloc_async_supported) in GpuCudaMallocAsyncAllocator()