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

Function getCheckedType

lib/CAPI/Dialect/CudaTileDialect.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35/// a "null" type.
36template <typename T, typename... ParamsT>
37static T getCheckedType(MLIRContext *ctx, ParamsT &&...params) {
38 return T::getChecked([&] { return emitError(UnknownLoc::get(ctx)); }, ctx,
39 std::forward<ParamsT>(params)...);
40}
41
42//===----------------------------------------------------------------------===//
43// PointerType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected