Skip to content

MainReduceNonCommutativeModule

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/webgpu/modules/gpu/MainReduceNonCommutativeModule.ts for the most up-to-date information.

Overview

A single level of standalone reduction for non-commutative types.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class MainReduceNonCommutativeModule

inputSize: number

import { MainReduceNonCommutativeModule } from 'scenerystack/alpenglow';

Constructor

new MainReduceNonCommutativeModule( providedOptions : MainReduceNonCommutativeModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<T>

(readonly)

Type MainReduceNonCommutativeModuleOptions

import type { MainReduceNonCommutativeModuleOptions } from 'scenerystack/alpenglow';

Source Code

See the source for MainReduceNonCommutativeModule.ts in the alpenglow repository.