You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script validates plugin registration, device enumeration, provider options, operator coverage, and that key nodes are actually assigned to `CudaPluginExecutionProvider`.
152
153
154
+
## Known Limitations
155
+
* The plugin does not currently support CUDA Graphs.
156
+
* The plugin direct-allocates memory using `cudaMalloc` resulting in a potential performance penalty compared to the integrated Memory Arena.
153
157
154
158
## Verification
155
159
You can generate a parity report comparing the kernels available in the plugin EP versus the statically linked CUDA EP.
0 commit comments