nvalchemiops.math and nvalchemiops.types: Utilities#
Mathematical Utilities#
Type Conversion Utilities#
- nvalchemiops.types.get_wp_dtype(dtype)[source]#
Get the warp dtype for a given torch dtype.
- Parameters:
dtype (dtype)
- nvalchemiops.types.get_wp_mat_dtype(dtype)[source]#
Get the warp mat dtype for a given torch dtype.
- Parameters:
dtype (dtype)
- nvalchemiops.types.get_wp_vec_dtype(dtype)[source]#
Get the warp vec dtype for a given torch dtype.
- Parameters:
dtype (dtype)
- nvalchemiops.types.get_wp_dtype(dtype)[source]
Get the warp dtype for a given torch dtype.
- Parameters:
dtype (dtype)