MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / mlirCudaTileIntegerTypeGet

Function mlirCudaTileIntegerTypeGet

lib/CAPI/Dialect/CudaTileDialect.cpp:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695//===----------------------------------------------------------------------===//
696
697MlirType mlirCudaTileIntegerTypeGet(MlirContext ctx, unsigned width) {
698 return wrap(IntegerType::get(unwrap(ctx), width));
699}
700
701MlirAttribute mlirCudaTileIntegerAttrGet(MlirType type, int64_t value) {
702 return wrap(IntegerAttr::get(unwrap(type), value));

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected