Sahar A. Kashi salipour
  • Joined on 2022-02-10
Sahar A. Kashi created pull request blender/blender#127719 2024-09-16 19:07:47 +02:00
Cycles: Building HIP-RT binaries from source
Sahar A. Kashi created branch HIPRT_Dependency_builder in salipour/AMD_HIPRT 2024-09-16 19:06:25 +02:00
Sahar A. Kashi pushed to HIPRT_Dependency_builder at salipour/AMD_HIPRT 2024-09-16 19:06:25 +02:00
8e2a696924 Building hiprt from source
5c792e429f Fix #127638: Crash switching to wireframe with custom bone shape
0d9ab189d1 Fix: #126524: Overlay: Missing loose geometry wireframe with sub-D mesh
d300098ee5 Fix #125093: Cycles: oneAPI: transparent shadows opaque when bounces>=1024
d3b655f76d Fix: #127135: Curve and hair drawing asserting on 0 sized VBO
Compare 10 commits »
Sahar A. Kashi commented on issue blender/blender#127464 2024-09-12 20:43:58 +02:00
4.3: HIP-RT performance regression

The kernels are compiled ahead of time, and I wouldn't want to have more kernels re-compilations at runtime.

I don't want to do any runtime recompilation. What I was thinking was two…

Sahar A. Kashi commented on issue blender/blender#127464 2024-09-12 18:33:07 +02:00
4.3: HIP-RT performance regression

@Alaska Question? Is there anything in the user setting (for example BVH Time steps mentioned in #127131) to know whether motion blur is occurring, or point cloud primitives are present without…

Sahar A. Kashi commented on issue blender/blender#127464 2024-09-12 18:17:12 +02:00
4.3: HIP-RT performance regression

Most likely the additional logic enabled in these functions, pushes the number of registers over a threshold that limits the number of inflight wavefront.

Sahar A. Kashi created pull request blender/blender#127473 2024-09-11 23:47:39 +02:00
Fix: HIP-RT Memory leak in Cycles viewport #126749
Sahar A. Kashi created branch hiprt_viewport_mem_leak in salipour/AMD_HIPRT 2024-09-11 23:41:33 +02:00
Sahar A. Kashi pushed to hiprt_viewport_mem_leak at salipour/AMD_HIPRT 2024-09-11 23:41:33 +02:00
9e756e679e Fix for issue #126749, HIP-RT memory leak in viewport
Sahar A. Kashi created pull request blender/blender#127432 2024-09-10 23:40:16 +02:00
Fix: Deforming motion blurred point clouds do not render in Cycles HIP-RT when BVH timesteps != 0 if Blender is launched with debug memory
Sahar A. Kashi created branch deformation_motion_debug_memory in salipour/AMD_HIPRT 2024-09-10 23:31:06 +02:00
Sahar A. Kashi pushed to deformation_motion_debug_memory at salipour/AMD_HIPRT 2024-09-10 23:31:06 +02:00
0c24a424a1 Fix for #127240: deformation motion blur visual artifact on HIP-RT with debug-memory enabled
Sahar A. Kashi pushed to HIPRT_OPEN_SOURCE at salipour/AMD_HIPRT 2024-09-10 16:32:55 +02:00
faf669a2e0 Merge branch 'main' into HIPRT_OPEN_SOURCE
5a9b1ddb6c Cleanup: Curves: Store first/last stroke point in variable
3fdc9e9637 Refactor: convert BKE_action.h to C++
3ca0b4fc4d Anim: clarify 'disabled' message for bone collection operations
636d83fbea Refactor: convert BKE_nla.h to C++
Compare 218 commits »
Sahar A. Kashi commented on pull request blender/blender#121050 2024-09-10 03:25:12 +02:00
Cycles: Linux Support for HIP-RT

@LazyDodo HIP-RT now handles installation of its own headers and the change is public. I updated the CMake files to pick up the latest version of HIP-RT and removed unnecessary copies db7dc075bc1…

Sahar A. Kashi pushed to HIPRT_OPEN_SOURCE at salipour/AMD_HIPRT 2024-09-10 03:18:15 +02:00
5697d4aa40 updated the dependecy path
db7dc075bc hiprt source update to install headers
Compare 2 commits »
Sahar A. Kashi pushed to hiprt_install at salipour/AMD_HIPRT 2024-09-10 02:36:03 +02:00
5697d4aa40 updated the dependecy path
Sahar A. Kashi pushed to hiprt_install at salipour/AMD_HIPRT 2024-09-09 21:33:27 +02:00
db7dc075bc hiprt source update to install headers
Sahar A. Kashi created branch hiprt_install in salipour/AMD_HIPRT 2024-09-09 21:33:27 +02:00
Sahar A. Kashi commented on pull request blender/blender#121050 2024-09-06 16:21:59 +02:00
Cycles: Linux Support for HIP-RT

The .cpp files in the include folder still bother me, but given i also really want this diff to be finally off my plate, i'll take a commitment the hiprt team will fix this in a future update.…