mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
Fix typo: op[s]iops -> op[t]ions. (#1329)
Resolve https://github.com/microsoft/onnxruntime/issues/1322
This commit is contained in:
parent
f67a1629fc
commit
98ea675e40
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ int main(int argc, char* argv[]) {
|
|||
// If onnxruntime.dll is built with CUDA enabled, we can uncomment out this line to use CUDA for this
|
||||
// session (we also need to include cuda_provider_factory.h above which defines it)
|
||||
// #include "cuda_provider_factory.h"
|
||||
// OrtSessionOptionsAppendExecutionProvider_CUDA(session_opsions, 1);
|
||||
// OrtSessionOptionsAppendExecutionProvider_CUDA(session_options, 1);
|
||||
|
||||
// Sets graph optimization level
|
||||
// Available levels are
|
||||
|
|
|
|||
Loading…
Reference in a new issue