Skip to content
  • Alex Zinenko's avatar
    Convert a nest affine loops to a GPU kernel · ee6f84ae
    Alex Zinenko authored
    This converts entire loops into threads/blocks.  No check on the size of the
    block or grid, or on the validity of parallelization is performed, it is under
    the responsibility of the caller to strip-mine the loops and to perform the
    dependence analysis before calling the conversion.
    
    PiperOrigin-RevId: 253189268
    ee6f84ae
Loading