Skip to content

Commit

Permalink
Merge branch 'main' into onnxruntime-1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Jul 31, 2024
2 parents b13b904 + 2705ec9 commit 90fb749
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ Increase or decrease `NUM_MCT_SIMS` in src/common.h (default 1600) to increase t

## reference
1. [https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html](https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html)
2. [https://netron.app/](https://netron.app/)
2. [https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html](https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html)
3. [https://netron.app/](https://netron.app/)
2 changes: 1 addition & 1 deletion src/pbrain-Z2I/pbrain-Z2I.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int main(int argc, char *argv[])
cout << "MESSAGE ................................................................................." << endl;
cout << "MESSAGE MIT License" << endl;
cout << "MESSAGE " << endl;
cout << "MESSAGE Copyright (c) 2023 Joker2770" << endl;
cout << "MESSAGE Copyright (c) 2023-2024 Joker2770" << endl;
cout << "MESSAGE " << endl;
cout << "MESSAGE Permission is hereby granted, free of charge, to any person obtaining a copy" << endl;
cout << "MESSAGE of this software and associated documentation files (the \"Software\"), to deal" << endl;
Expand Down

0 comments on commit 90fb749

Please sign in to comment.