Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
lietorch
Commits
c9f7f675
Commit
c9f7f675
authored
May 14, 2025
by
fengzch-das
Browse files
update:update readme
parent
e867de79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+4
-2
No files found.
README.md
View file @
c9f7f675
...
@@ -69,5 +69,7 @@ Type "help", "copyright", "credits" or "license" for more information.
...
@@ -69,5 +69,7 @@ Type "help", "copyright", "credits" or "license" for more information.
sh run_tests.sh
sh run_tests.sh
```
```
## Known Issue
## 注意
-
无
针对 eigen 需要做下面几处修改:
+
lietorch/eigen/Eigen/src/Core/arch/Default/Half.h:669 行将
``return half(::hlog(a)); 修改为 return half(::hlog(float(a)));``
+
lietorch/eigen/Eigen/src/Core/arch/Default/Half.h:776 行将
``return x + (y-x) * half(float(std::rand()) / float(RAND_MAX));``
修改为
``return half(x + (y-x) * half(float(std::rand()) / float(RAND_MAX)));``
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment