Class __half_raw

  • All Implemented Interfaces:
    AutoCloseable

    @Properties(inherit=cudart.class)
    public class __half_raw
    extends Pointer
    Types which allow static initialization of "half" and "half2" until these become an actual builtin. Note this initialization is as a bitfield representation of "half", and not a conversion from short->half. Such a representation will be deprecated in a future version of CUDA. (Note these are visible to non-nvcc compilers, including C-only compilation)