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

  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_unroller.h 26 LoopUnroller(bool fully_unroll, int unroll_factor)
27 : Pass(), fully_unroll_(fully_unroll), unroll_factor_(unroll_factor) {}
loop_descriptor.h 336 // |number_of_iterations|, and the |unroll_factor| requested, get the new
342 size_t unroll_factor);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
parallel_loop_emitter.h 37 llvm::IRBuilder<>* b, int unroll_factor = 1);
43 llvm::IRBuilder<>* b, int unroll_factor = 1);
53 llvm::IRBuilder<>* b, int unroll_factor = 1);
kernel_thunk.h 52 int unroll_factor);
58 int unroll_factor() const { return unroll_factor_; } function in class:xla::gpu::KernelThunk
partition_assignment.cc 64 int unroll_factor) {
70 CHECK_EQ(num_elements % unroll_factor, 0);
71 num_elements = num_elements / unroll_factor;
parallel_loop_emitter.cc 35 int unroll_factor)
38 unroll_factor_(unroll_factor) {}
44 int unroll_factor)
47 unroll_factor_(unroll_factor) {}
53 int unroll_factor)
56 unroll_factor_(unroll_factor) {}
72 VLOG(3) << "EmitIndexAndSetExitBasicBlock unroll_factor " << unroll_factor_;
partition_assignment.h 65 int unroll_factor = 1);
kernel_thunk.cc 33 int unroll_factor)
37 unroll_factor_(unroll_factor) {}
ir_emitter_unnested.cc 585 int unroll_factor = ComputeMaxUnrollFactor(fusion); local
587 fusion, /*implements_whole_instruction=*/false, unroll_factor));
2177 int unroll_factor = thunk->unroll_factor(); local
    [all...]
ir_emitter_unnested.h 312 // Thunk object. The kernel implementation will be unrolled if unroll_factor
318 int unroll_factor = 1);
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_unroller.h 26 LoopUnroller(bool fully_unroll, int unroll_factor)
27 : Pass(), fully_unroll_(fully_unroll), unroll_factor_(unroll_factor) {}
loop_descriptor.h 336 // |number_of_iterations|, and the |unroll_factor| requested, get the new
342 size_t unroll_factor);
  /art/compiler/optimizing/
loop_analysis.cc 174 uint32_t unroll_factor = variable
176 DCHECK_GE(unroll_factor, 1u);
177 return unroll_factor;

Completed in 406 milliseconds