Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. generic_mapping_options {
  2. outer_schedule_options {
  3. fusion_strategy: Preserve3Coincident
  4. allow_skewing: false
  5. positive_orthant: true
  6. }
  7. intra_tile_schedule_options {
  8. fusion_strategy: Max
  9. allow_skewing: false
  10. positive_orthant: true
  11. }
  12. fix_parameters_before_scheduling: true
  13. tiling {
  14. sizes: 1
  15. sizes: 8
  16. sizes: 2
  17. sizes: 128
  18. }
  19. unroll: 8
  20. tile_imperfectly_nested: false
  21. match_library_calls: false
  22. }
  23. block {
  24. x: 16
  25. y: 32
  26. }
  27. grid {
  28. x: 64
  29. y: 32
  30. z: 16
  31. }
  32. use_shared_memory: false
  33. use_private_memory: true
  34. unroll_copy_shared: true
  35. use_readonly_cache: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement