HomeSort by relevance Sort by last modified time
    Searched refs:threads_per_block_limit (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
device_description.cc 81 result["Threads Per Block Limit"] = port::StrCat(threads_per_block_limit());
121 auto threads_per_block_limit = device_description.threads_per_block_limit(); local
122 if (total_threads > threads_per_block_limit) {
124 << " vs limit " << threads_per_block_limit; local
145 *threads_per_block = device_description.threads_per_block_limit();
device_description.h 90 const uint64 &threads_per_block_limit() const { function in class:perftools::gputools::DeviceDescription

Completed in 206 milliseconds