wgblas
    Preparing search index...
    • Starts a new command encoder together with its GPU timestamp query (if benchmarking is enabled) — the pairing every routine needs before encoding its first pass, whether that's runComputePass's single pass or a multi-pass routine (e.g. strsv's blocked solve) encoding several by hand.

      Returns {
          commandEncoder: GPUCommandEncoder;
          passDescriptor: object | undefined;
          querySet: GPUQuerySet | null;
      }