Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
tighten_launch_bounds.h
Go to the documentation of this file.
1 
16 #pragma once
17 
20 
21 namespace tc {
22 namespace polyhedral {
23 std::pair<tc::Grid, tc::Block> tightenLaunchBounds(
24  const Scop& scop,
25  const tc::Grid& grid,
26  const tc::Block& block);
27 } // namespace polyhedral
28 } // namespace tc
Specializing CudaDim to differentiate between Block and Grid sizes.
Definition: mapping_options.h:208
Specializing CudaDim to differentiate between Block and Grid sizes.
Definition: mapping_options.h:196