OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads_per_block_limit
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/stream_executor/
device_description.cc
78
result["Threads Per Block Limit"] = absl::StrCat(
threads_per_block_limit
());
129
auto
threads_per_block_limit
= device_description.
threads_per_block_limit
();
local
130
if (total_threads >
threads_per_block_limit
) {
132
<< " vs limit " <<
threads_per_block_limit
;
local
153
*threads_per_block = device_description.
threads_per_block_limit
();
device_description.h
88
const int64 &
threads_per_block_limit
() const {
function in class:stream_executor::DeviceDescription
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
partition_assignment.cc
43
int64 threads_per_block = device_desc.
threads_per_block_limit
();
ir_emitter_unnested.cc
[
all
...]
Completed in 224 milliseconds