| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | reqd-work-group-size.ll | 94 %grid.size.x = load i32, i32 addrspace(4)* %gep.grid.size.x.bc, align 4 114 %grid.size.y = load i32, i32 addrspace(4)* %gep.grid.size.y.bc, align 4 134 %grid.size.z = load i32, i32 addrspace(4)* %gep.grid.size.z.bc, align 4 158 %grid.size.x = load i32, i32 addrspace(4)* %gep.grid.size.x.bc, align 4 180 %grid.size.x = load i32, i32 addrspace(4)* %gep.grid.size.x.bc, align 4 204 %grid.size.x = load i32, i32 addrspace(4)* %gep.grid.size.x.bc, align 4 227 %grid.size.x = load i32, i32 addrspace(4)* %gep.grid.size.x.bc, align 4 240 ; CHECK: %grid.size.x.zext = zext i16 %grid.size.x to i32 251 %grid.size.x = load i16, i16 addrspace(4)* %gep.grid.size.x.bc, align 4 252 %grid.size.x.zext = zext i16 %grid.size.x to i32 [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_transitive_closure.c | 1528 grid[i][j] = isl_map_product(grid[i][j], in add_length() 1554 grid[r][r] = isl_map_transitive_closure(grid[r][r], in floyd_warshall_iterate() 1567 grid[p][q] = isl_map_union(grid[p][q], loop); in floyd_warshall_iterate() 1573 grid[p][q] = isl_map_union(grid[p][q], loop); in floyd_warshall_iterate() 1574 grid[p][q] = isl_map_coalesce(grid[p][q]); in floyd_warshall_iterate() 1615 if (!grid) in floyd_warshall_with_groups() 1628 grid[i][j] = isl_map_union(grid[i][j], in floyd_warshall_with_groups() 1652 if (grid) in floyd_warshall_with_groups() 2643 if (!grid) in union_floyd_warshall_on_list() 2661 grid[i][j] = isl_map_union(grid[i][j], in union_floyd_warshall_on_list() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/gcov/Inputs/ |
| H A D | test.cpp | 6 double grid[10][10] = {0}; variable 29 grid[ii][jj] = (ii+1) * (jj+1); in assign() 72 return a + 8 + grid[2][3] + len; in main()
|
| H A D | test_no_gcda.cpp.gcov | 11 -: 6:double grid[10][10] = {0}; 34 #####: 29: grid[ii][jj] = (ii+1) * (jj+1); 77 #####: 72: return a + 8 + grid[2][3] + len;
|
| H A D | test_no_options.cpp.gcov | 11 -: 6:double grid[10][10] = {0}; 34 4: 29: grid[ii][jj] = (ii+1) * (jj+1); 77 1: 72: return a + 8 + grid[2][3] + len;
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | generate_feature_test_macro_components.py | 1125 def make_widths(grid): argument 1127 for i in range(0, len(grid[0])): 1128 cell_width = 2 + max(reduce(lambda x,y: x+y, [[len(row[i])] for row in grid], [])) 1132 def create_table(grid, indent): argument 1134 col_widths = make_widths(grid) 1137 for row_i in range(0, len(grid)): 1138 row = grid[row_i] 1142 if row_i == len(grid) - 1:
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/tools/ |
| H A D | plot.py | 54 ax0.grid() 57 ax1.grid()
|
| H A D | remez.jl | 498 function find_extrema(f::Function, grid::Array{BigFloat}) 499 len = length(grid) 510 xp, xi, xn = grid[prev], grid[i], grid[next] 817 local grid 823 grid = [ mid - halfwid * cos(pi*i/nnodes) for i=0:1:nnodes ] 827 (nc, dc) = ratfn_leastsquares(f, grid, n, d, w) 853 extrema = find_extrema(compute_error, grid)
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | README | 74 Specifying tile, grid and block sizes 76 The iterations space tile size, grid size and block size can 79 in a "kernel" space to singleton sets in the "tile", "grid" and "block" 91 The dimension of the "grid" space indicates the (maximal) number of block 92 dimensions in the grid. The elements of the single integer tuple 96 dimensions in the grid. The elements of the single integer tuple 109 tile, grid or block sizes, you may want to run PPCG first with the defaults,
|
| H A D | gpu.c | 1038 isl_set *grid; in extract_grid_size() local 1044 grid = isl_union_set_params(domain); in extract_grid_size() 1045 grid = isl_set_from_params(grid); in extract_grid_size() 1046 grid = isl_set_add_dims(grid, isl_dim_set, kernel->n_grid); in extract_grid_size() 1052 pos = isl_set_find_dim_by_id(grid, isl_dim_param, id); in extract_grid_size() 1055 grid = isl_set_equate(grid, isl_dim_param, pos, isl_dim_set, i); in extract_grid_size() 1056 grid = isl_set_project_out(grid, isl_dim_param, pos, 1); in extract_grid_size() 1059 grid = isl_set_coalesce(grid); in extract_grid_size() 1060 size = ppcg_size_from_extent(grid); in extract_grid_size()
|
| /llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/ |
| H A D | rocdl.mlir | 23 // CHECK: rocdl.grid.dim.x : i32 24 %9 = rocdl.grid.dim.x : i32 25 // CHECK: rocdl.grid.dim.y : i32 26 %10 = rocdl.grid.dim.y : i32 27 // CHECK: rocdl.grid.dim.z : i32 28 %11 = rocdl.grid.dim.z : i32
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | ROCDLOps.td | 91 def ROCDL_GridDimXOp : ROCDL_DeviceFunctionOp<"grid.dim.x", 94 def ROCDL_GridDimYOp : ROCDL_DeviceFunctionOp<"grid.dim.y", 97 def ROCDL_GridDimZOp : ROCDL_DeviceFunctionOp<"grid.dim.z",
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | GPUOps.td | 67 Returns the block id, i.e. the index of the current block within the grid 79 Returns the number of thread blocks in the grid along the x, y, or z 136 current workitem/thread within all workgroups / grid along the x, y, or z 346 Launch a kernel function on the specified grid of thread blocks. 365 The operation requires at least the grid and block sizes along the x,y,z 448 /// Get the SSA values passed as operands to specify the grid size. 485 Launch a kernel on the specified grid of thread blocks. The body of the 507 grid and block sizes). 525 // Block and thread identifiers, as well as block/grid sizes are 575 /// Get the SSA values corresponding to kernel grid size. [all …]
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | lldbtk.py | 490 self.tree.grid(in_=frame, row=0, column=0, sticky=NSEW) 491 scroll_bar_v.grid(in_=frame, row=0, column=1, sticky=NS) 492 scroll_bar_h.grid(in_=frame, row=1, column=0, sticky=EW)
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/ |
| H A D | rocdl.mlir | 24 %10 = rocdl.grid.dim.x : i64 26 %11 = rocdl.grid.dim.y : i64 28 %12 = rocdl.grid.dim.z : i64
|
| /llvm-project-15.0.7/mlir/test/Conversion/GPUToROCDL/ |
| H A D | gpu-to-rocdl.mlir | 42 // CHECK: rocdl.grid.dim.x : i32 45 // CHECK: rocdl.grid.dim.y : i32 48 // CHECK: rocdl.grid.dim.z : i32
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/gcov/ |
| H A D | basic.test | 197 C-NEXT: -: 6:double grid[10][10] = {0}; 248 C-NEXT: 4: 29: grid[ii][jj] = (ii+1) * (jj+1); 358 C-NEXT: 1: 72: return a + 8 + grid[2][3] + len;
|
| /llvm-project-15.0.7/llvm/utils/llvm-locstats/ |
| H A D | llvm-locstats.py | 31 plt.grid(color='grey', which='major', axis='y', linestyle='-', linewidth=0.3)
|
| /llvm-project-15.0.7/openmp/runtime/tools/ |
| H A D | summarizeStats.py | 164 data["Mean"].plot(kind="bar", logy=True, grid=True, colormap="GnBu",
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | llvm-mca-compare.py | 348 axs[x][y].grid(True, color="grey", linestyle="--")
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUUsage.rst | 2111 work-group within the grid, accounting for partial work-groups. If it is not, 2836 The OpenCL grid dispatch 2842 The OpenCL grid dispatch 2848 The OpenCL grid dispatch 3601 … which has the grid size in work-items. If the grid dimensionality 3610 … which has the grid size in work-items. If the grid dimensionality 3725 such as grid and work-group size, together with information from the code 4619 the grid dispatch. 4678 (enable_sgpr_workgroup_id dimension of grid for 4681 (enable_sgpr_workgroup_id dimension of grid for [all …]
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | SPIRVToLLVMDialectConversion.md | 867 "gpu.launch_func"(/*grid dimensions*/, %buffer) { 890 "gpu.launch_func"(/*grid dimensions*/, %buffer) {
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/ |
| H A D | SCFOps.td | 345 element resources (e.g. a CUDA grid dimension or a level of concrete nested
|