Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nextB (0.22 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		// Emit control flow instructions for block
    		var next *ssa.Block
    		if i < len(f.Blocks)-1 && base.Flag.N == 0 {
    			// If -N, leave next==nil so every block with successors
    			// ends in a JMP (except call blocks - plive doesn't like
    			// select{send,recv} followed by a JMP call).  Helps keep
    			// line numbers for otherwise empty blocks.
    			next = f.Blocks[i+1]
    		}
    		x := s.pp.Next
    		s.SetPos(b.Pos)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

              GetI64ElementsAttr(begin_indices, &rewriter),
              GetI64ElementsAttr(end_indices, &rewriter),
              GetI64ElementsAttr(strides, &rewriter)));
          // Prepare the begin indice for the next slice.
          begin_indices[dim_index] = end_indices[dim_index];
        }
    
        rewriter.replaceOp(op, slices);
        return success();
      }
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - Fix a 1.28 regression in scheduler: a pod with concurrent events could incorrectly get moved to the unschedulable queue where it could got stuck until the next periodic purging after 5 minutes if there was no other event for it. ([#120445](https://github.com/kubernetes/kubernetes/pull/120445), [@pohly](https://github.com/pohly)) [SIG Scheduling]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

    if their volume source is of CSI type or they have a migrated annotation, when they are deleted, the PersistentVolume controller won't change their phase to the Failed state. With this patch, the external provisioner can remove the finalizer in the next reconcile loop. Unfortunately, if a previously existing PV has the Failed state, this patch won't take effect. Users are required to remove the finalizer manually. ([#122030](https://github.com/kubernetes/kubernetes/pull/122030), [@carlory](https:...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top