We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
・マルチコア動作
CPUとGPU両方使って演算を行う。 GPUを複数積んでいる場合は複数のGPUを利用。
GPUの方が先に終了してCPUが待ち状態になる場合、 現在のCPUの処理を中止してGPUで計算する。
これによりGPU終了時にCPUを待機する事がなくなる。
・終了時の動作 シャットダウン、休止状態、スリープ等実装。
・GPUの温度、CPUの温度を取得して設定した温度以上になったら、 動作スレッドを中断させてオーバーヒート防止にする
The text was updated successfully, but these errors were encountered:
No branches or pull requests
・マルチコア動作
CPUとGPU両方使って演算を行う。
GPUを複数積んでいる場合は複数のGPUを利用。
GPUの方が先に終了してCPUが待ち状態になる場合、
現在のCPUの処理を中止してGPUで計算する。
これによりGPU終了時にCPUを待機する事がなくなる。
・終了時の動作
シャットダウン、休止状態、スリープ等実装。
・GPUの温度、CPUの温度を取得して設定した温度以上になったら、
動作スレッドを中断させてオーバーヒート防止にする
The text was updated successfully, but these errors were encountered: