You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compute requirements: ~ 4GB memory for batch_size=4
Environment
APU: HX370
Chassis Type: AIPC
RAM: 16G
VRAM: 512 MB
Linux Distro: Ubuntu
Results
Issues/Limitations: The issue appears to be a memory management error in the custom allocator logic, where freed memory is accessed after deallocation, resulting in a GPU page fault. Additionally, there are problematic zero-byte allocations that could lead to undefined behavior. Below, I explain the core issue and suggest an improvement for the custom allocator.
The text was updated successfully, but these errors were encountered:
youyoulyz
changed the title
Not working under HX370 (980M) - Use-After-Free and Zero-Byte Allocations
Not working under HX370 (890M) - Use-After-Free and Zero-Byte Allocations
Jan 15, 2025
Model Details
Environment
Results
Additional Information
GFX_VERSION=11.0.0
ROCm=6.2.1
RUN script
ERROR LOG
ROCm set-up
The text was updated successfully, but these errors were encountered: