Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc474 int regs_per_thread; in VlogOccupancyInfo() local
475 if (!kernel.metadata().registers_per_thread(&regs_per_thread)) { in VlogOccupancyInfo()
490 int blocks_per_sm = CalculateOccupancy(device_description, regs_per_thread, in VlogOccupancyInfo()
495 CompareOccupancy(&blocks_per_sm, device_description, regs_per_thread, in VlogOccupancyInfo()