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
File "encoder.pyx", line 1588, in xpra.codecs.nvenc.encoder.Encoder.compress_image (xpra/codecs/nvenc/encoder.c:12085)
File "encoder.pyx", line 1624, in xpra.codecs.nvenc.encoder.Encoder.do_compress_image (xpra/codecs/nvenc/encoder.c:12598)
LogicError: cuMemcpyHtoD failed: invalid/unknown error code
Minor / easy:
honouring max_block_sizes, max_grid_sizes and max_threads_per_block - doesn't seem to be causing problems yet
handle other RGB modes in kernel (easy - allows us to run in big endian servers)
try using nvenc on win32 for shadow servers
access nvenc encoder statistics info?
The text was updated successfully, but these errors were encountered:
Split from #466, see also #564:
NV12
mode forYUV444P
on the fly with speed/quality changesYUV444P
mode? (save latency)inputBuffer
)Minor / easy:
max_block_sizes
,max_grid_sizes
andmax_threads_per_block
- doesn't seem to be causing problems yetThe text was updated successfully, but these errors were encountered: