MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / setN

Method setN

plugin/fcPlugin/fcPlugin.h:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 }
294
295 void setN(uint64_t n)
296 {
297 PLUGIN_CUBLASASSERT(cublasLtMatrixLayoutSetAttribute(Bdesc, CUBLASLT_MATRIX_LAYOUT_COLS, &n, sizeof(n)));
298 PLUGIN_CUBLASASSERT(cublasLtMatrixLayoutSetAttribute(Cdesc, CUBLASLT_MATRIX_LAYOUT_COLS, &n, sizeof(n)));
299 }
300};
301
302template <typename T>

Callers 1

enqueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected