-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Always Disable RT_BUFFER_GPU_LOCAL #40
Conversation
RT_BUFFER_GPU_LOCAL 無効 --debugマルチGPUのインスタンスだとデノイズが凄い遅い可能性がある。
また、p3.16xlarge だと初回のレンダリングとそれ以降で性能が大きく変化するため、 sample_per_launch の推定に失敗している可能性が高い。
|
bofore(レイトレ合宿7 提出版)v3.2RTX2070
p3.16xlarge
p3.2xlarge
|
bofore(レイトレ合宿7 提出版)v3.2p3.16xlarge だけ、デノイズに時間がかかっている…
|
性能比較beforeloop:1 sample_per_launch :4 delta_time:9.68921 delta_time_per_sample:2.4223 used_time:11.3552 remain_time:41.6448 sample:4 frame_number:2 [info] final_frame_rendering: 3.71027 sec. pr40-before.txt
after ( 08ccba9 )loop:1 sample_per_launch :4 delta_time:8.60636 delta_time_per_sample:2.15159 used_time:10.3814 remain_time:42.6186 sample:4 frame_number:2 [info] final_frame_rendering: 4.79037 sec. pr40-after.txt
after2( 8eaa674 )loop:1 sample_per_launch :4 delta_time:8.55435 delta_time_per_sample:2.13859 used_time:10.187 remain_time:42.813 sample:4 frame_number:2 [info] total_time: 66.8544 sec. pr40-after2.txt
|
複数GPU環境だと
RT_BUFFER_GPU_LOCAL
は問題が起きるようでした…RTX2070 1枚 や p3.2xlarge だと全く問題ないのに、p3.16xlarge だと一部しか描画されませんでした。
GitHubにアップロード用にファイルを縮小するために 4K解像度からFullHD 解像度に 50% リサイズ
検証環境: p3.16xlarge
bofore(レイトレ合宿7 提出版)--debug 1回目
output
output png_albedo
output png_liner
output png_normal
output png_original
output.log
[info] total_time: 79.5578 sec.
[info] total_sample: 16
output.log
rtcamp7.bat
bofore(レイトレ合宿7 提出版)--debug 2回目
output.log
[info] total_time: 78.2971 sec.
[info] total_sample: 124
output.log
RT_BUFFER_GPU_LOCAL 無効 --debug
output
output png_albedo
output png_liner
output png_normal
output png_original
output.log
[info] final_frame_rendering: 16.7169 sec.
[info] save_png: output.png 2.63262 sec.
[info] total_time: 81.9959 sec.
[info] total_sample: 129
output.log
検証環境: RTX2070
bofore(レイトレ合宿7 提出版)--debug
output.log
[info] total_time: 68.2637 sec.
[info] total_sample: 22
output.log
RT_BUFFER_GPU_LOCAL 無効 --debug
output.log
[info] final_frame_rendering: 4.5274 sec.
[info] save_png: output.png 1.62638 sec.
[info] save_png: output.png_original.png 1.67372 sec.
[info] save_png: output.png_albedo.png 0.549066 sec.
[info] save_png: output.png_normal.png 1.83458 sec.
[info] save_png: output.png_liner.png 1.48248 sec.
[info] total_time: 63.6992 sec.
[info] total_sample: 24
output.log