Remix.run Logo
pizza234 15 hours ago

ReBAR stands for "Resizable BAR (Base Address Register)" - it makes the CPU's access window into GPU memory resizable; instead of accessing VRAM in small chunks, the CPU can access much more at once, which can improve performance on some modern GPUs.

docenttx an hour ago | parent [-]

Its also neccessary in many cases using any PCIe device with BAR-addressable memory on-board above the threshold, not just vram.