gckohaku / gckohaku/cpp-neural-network
refactor: 二項演算子を複合代入演算子を使った定義にしないようにする
Open
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
OpenBLAS を利用している環境では、二項演算子は対応する複合代入演算子を使って定義しない方が実行速度的にもいいということなので、二項演算子と複合代入演算子は別々に定義することにする。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the binary and compound-assignment operator definitions in the repository and review how they currently relate. Separate their definitions so binary operators no longer use the corresponding compound-assignment operators, then verify the operator behavior and performance rationale in an OpenBLAS environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- machine-learning
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100