Taos API Reference
    Preparing search index...

    Interface RadixSortOptions

    interface RadixSortOptions {
        count: number;
        keys: GPUBuffer;
        vals: GPUBuffer;
        forceScalar?: boolean;
    }
    Index

    Properties

    count: number
    keys: GPUBuffer
    vals: GPUBuffer
    forceScalar?: boolean

    Force the scalar scatter even when subgroups are available (debugging).