Sahar A. Kashi salipour
  • Joined on 2022-02-10
Sahar A. Kashi commented on issue blender/blender#126566 2024-11-11 19:09:11 +01:00
Crashes, when using Smoke and cycles (AMD HIP)

Here you go blender/blender#130153 Moving Blender away from ROCm 5 is a lot more straight forward that trying to support ROCm 5 and 6 at the same time. The…

Sahar A. Kashi created pull request blender/blender#130153 2024-11-11 18:57:23 +01:00
WIP: Handling SDK/ROCm 6+ lack of backward compatibility with pre ROCm 6
Sahar A. Kashi commented on issue blender/blender#126566 2024-11-09 00:17:03 +01:00
Crashes, when using Smoke and cycles (AMD HIP)

@Alaska @Sergey I updated part of the code to handle the compatibility issue. https://projects.blender.org/blender/blender/compare/main...salipour:rocm-compatibility

It is not comprehensive,…

Sahar A. Kashi pushed to rocm-compatibility at salipour/AMD_HIPRT 2024-11-09 00:01:50 +01:00
081460cc79 WIP: Handling SDK/ROCm 6+ lack of backward compatibility with pre ROCm 6
Sahar A. Kashi created branch rocm-compatibility in salipour/AMD_HIPRT 2024-11-09 00:01:50 +01:00
Sahar A. Kashi pushed to SDK_6.2.41512-802c3b82b at salipour/AMD_HIPRT 2024-11-05 18:13:37 +01:00
8c3ff15303 Updated the device proeprty function to version 6
26c46b4ac7 fix for buid error
Compare 2 commits »
Sahar A. Kashi pushed to SDK_6.2.41512-802c3b82b at salipour/AMD_HIPRT 2024-11-05 02:38:37 +01:00
b98dcb372d Support for HIP SDK 6.2
c81745e4af Fix: Overlay: Shader test broken on Mac
79d468fe6b Cleanup: Use compile-time format string type for OBJ and PLY writing
db56bcdbe9 Merge branch 'blender-v4.3-release'
4a83a58c82 Fix: DRW: Make submit without manager sync still valid
Compare 10 commits »
Sahar A. Kashi created branch SDK_6.2.41512-802c3b82b in salipour/AMD_HIPRT 2024-11-05 02:38:37 +01:00
Sahar A. Kashi commented on issue blender/blender#126566 2024-11-05 02:19:52 +01:00
Crashes, when using Smoke and cycles (AMD HIP)

Faire enough. I will open a pull request to handle it.

Sahar A. Kashi commented on issue blender/blender#126566 2024-11-04 18:56:19 +01:00
Crashes, when using Smoke and cycles (AMD HIP)

@Sergey This is the problem with backward compatibility that I mentioned a while back. We can either leave it as is, and I'll update everything, including support for gfx12, for Windows and Linux…

Sahar A. Kashi commented on issue blender/blender#126566 2024-11-01 16:13:58 +01:00
Crashes, when using Smoke and cycles (AMD HIP)

@Alaska

Can you try changing all the "unsigned int" in HIP_MEMCPY3D to "size_t"?

68a74c4095/extern/hipe

Sahar A. Kashi commented on issue blender/blender#126566 2024-10-31 18:27:50 +01:00
Crashes, when using Smoke and cycles (AMD HIP)

@Sergey it is already in the list (libamdhip64.so is based on ROCm 6 runtime), you just need to change the order and look for it first.

Sahar A. Kashi commented on issue blender/blender#126566 2024-10-31 17:36:50 +01:00
Crashes, when using Smoke and cycles (AMD HIP)

@Alaska the workaround or rather the fix is to load libamdhip64.so instead of libamdhip64.so.5

2ebfbed8e8/extern/hipew/src/

Sahar A. Kashi commented on pull request blender/blender#128836 2024-10-14 18:10:37 +02:00
Fix: Cycles HIP: Failing volume renders with HIP 6.1

It makes more sense to leave HIP-RT as is. Some of the issues/artifacts seem to be related to math functions, according to my colleagues. Also, it turns out gfx12 isn't reliably supported on SDK…

Sahar A. Kashi commented on pull request blender/blender#128836 2024-10-11 16:35:46 +02:00
Fix: Cycles HIP: Failing volume renders with HIP 6.1

You might want to apply the same logic to HIP-RT compilation too, WITH_CYCLES_DEVICE_HIPRT.

Sahar A. Kashi commented on pull request blender/blender#128448 2024-10-03 19:01:52 +02:00
WIP: Cycles: Add targets for gfx12 GPUs

@Alaska You are right the BVH build for HIP-RT fails when SDK version is updated. HIP-RT is hard-coded to look for hiprt${hiprt_version}_${hipsdk_version}_amd.hipfb where BVH builder is…

Sahar A. Kashi commented on pull request blender/blender#128436 2024-10-02 19:58:59 +02:00
GHOST: Declare AmdPowerXpressRequestHighPerformance

This is old and there is no benefit in adding it.

Sahar A. Kashi created pull request blender/blender#128448 2024-10-01 19:09:32 +02:00
Added targets for gfx12 gpus
Sahar A. Kashi pushed to gfx12 at salipour/AMD_HIPRT 2024-10-01 19:00:25 +02:00
52ca9e4fe5 Added gpu targets for gfx12
042e3b2452 deps: fix build error on windows
d70b10dcd4 UI: Add missing items & reorganize grease pencil menus
e07842de41 GPv3: "Join Objects" operator
e9bce13bfb UI: Fix case in Grease Pencil Auto-Masking
Compare 10 commits »