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
vkoverhead seems to abort due to a failure to allocate host cached memory for an image with R32_UINT format (?)
Running ./vkoverhead -test 139 results in this backtrace:
Thread 1 (Thread 0x7ffff7ca7740 (LWP 42104) "vkoverhead"):
#0 0x00007ffff7d403f4 in ?? () from /usr/lib/libc.so.6
#1 0x00007ffff7ce7120 in raise () from /usr/lib/libc.so.6
#2 0x00007ffff7cce4c3 in abort () from /usr/lib/libc.so.6
#3 0x0000555555582166 in create_memory (size=4194304, memoryTypeBits=0, alignment=1024, host=true, cached=true) at ../src/buffer.c:51
#4 0x0000555555582c67 in create_hic_image (format=VK_FORMAT_R32_UINT, width=1024, height=1024, cached=true) at ../src/buffer.c:258
#5 0x000055555559354d in perf_run (case_idx=155, base_rate=0, duration=1) at ../src/vkoverhead.c:3053
#6 0x0000555555596d3c in main (argc=3, argv=0x7fffffffdc38) at ../src/vkoverhead.c:3699
I'm using driver version 560.35.03 if that matters.
$ kinfo
Operating System: Arch Linux
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.3
Kernel Version: 6.11.1-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-6700K CPU @ 4.00GHz
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1080/PCIe/SSE2
The text was updated successfully, but these errors were encountered:
vkoverhead seems to abort due to a failure to allocate host cached memory for an image with R32_UINT format (?)
Running
./vkoverhead -test 139
results in this backtrace:I'm using driver version 560.35.03 if that matters.
The text was updated successfully, but these errors were encountered: