module { tt.func public @triton__0d1d2de(%arg0: !tt.ptr {tt.divisibility = 16 : i32}, %arg1: !tt.ptr {tt.divisibility = 16 : i32}, %arg2: i32 {tt.divisibility = 16 : i32, tt.max_divisibility = 16 : i32}) attributes {noinline = false} { %c1024_i32 = arith.constant 1024 : i32 %0 = tt.get_program_id x : i32 %1 = arith.muli %0, %c1024_i32 : i32 %2 = tt.make_range {end = 1024 : i32, start = 0 : i32} : tensor<1024xi32> %3 = tt.splat %1 : (i32) -> tensor<1024xi32> %4 = arith.addi %3, %2 : tensor<1024xi32> %5 = tt.splat %arg0 : (!tt.ptr) -> tensor<1024x!tt.ptr> %6 = tt.addptr %5, %4 : tensor<1024x!tt.ptr>, tensor<1024xi32> %7 = tt.load %6 {cache = 1 : i32, evict = 1 : i32, isVolatile = false} : tensor<1024xf32> %8 = tt.splat %arg1 : (!tt.ptr) -> tensor<1024x!tt.ptr> %9 = tt.addptr %8, %4 : tensor<1024x!tt.ptr>, tensor<1024xi32> %10 = arith.truncf %7 : tensor<1024xf32> to tensor<1024xbf16> tt.store %9, %10 {cache = 1 : i32, evict = 1 : i32} : tensor<1024xbf16> tt.return } }