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

Function mlirCudaTileIntegerAttrGet

lib/CAPI/Dialect/CudaTileDialect.cpp:701–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701MlirAttribute mlirCudaTileIntegerAttrGet(MlirType type, int64_t value) {
702 return wrap(IntegerAttr::get(unwrap(type), value));
703}
704
705void mlirCudaTileOperationSetDiscardableAttributeByName(MlirOperation op,
706 MlirStringRef name,

Callers 1

NB_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected