search for: sustx

Displaying 6 results from an estimated 6 matches for "sustx".

Did you mean: sust
2015 Nov 25
4
NV50 compute support questions
...pres, templ); return nvc0_miptree_surface_new(pipe, pres, templ); } Just dropping that assert helps somewhat, it leads to: PIPE_COMPUTE_CAP_GRID_DIMENSION: { 3 } PIPE_COMPUTE_CAP_MAX_GRID_SIZE: { 65535 65535 65535 } PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE: { 1024 1024 64 } - test_system_values ERROR: SUSTx not yet supported on < nve4 ERROR: SUSTx not yet supported on < nve4 ERROR: SUSTx not yet supported on < nve4 ERROR: SUSTx not yet supported on < nve4 (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected 0x0/0.000000 (1, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expe...
2015 Nov 26
2
NV50 compute support questions
...} >> >> Just dropping that assert helps somewhat, it leads to: >> >> PIPE_COMPUTE_CAP_GRID_DIMENSION: { 3 } >> PIPE_COMPUTE_CAP_MAX_GRID_SIZE: { 65535 65535 65535 } >> PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE: { 1024 1024 64 } >> - test_system_values >> ERROR: SUSTx not yet supported on < nve4 >> ERROR: SUSTx not yet supported on < nve4 >> ERROR: SUSTx not yet supported on < nve4 >> ERROR: SUSTx not yet supported on < nve4 >> (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >> 0x0/0.000000 >> (1, 0...
2015 Nov 26
0
NV50 compute support questions
...ce_new(pipe, pres, templ); > } > > Just dropping that assert helps somewhat, it leads to: > > PIPE_COMPUTE_CAP_GRID_DIMENSION: { 3 } > PIPE_COMPUTE_CAP_MAX_GRID_SIZE: { 65535 65535 65535 } > PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE: { 1024 1024 64 } > - test_system_values > ERROR: SUSTx not yet supported on < nve4 > ERROR: SUSTx not yet supported on < nve4 > ERROR: SUSTx not yet supported on < nve4 > ERROR: SUSTx not yet supported on < nve4 > (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x0/0.000000 > (1, 0)[0]: got 0xdeadbeef/-62...
2015 Nov 26
0
NV50 compute support questions
...dropping that assert helps somewhat, it leads to: >>> >>> PIPE_COMPUTE_CAP_GRID_DIMENSION: { 3 } >>> PIPE_COMPUTE_CAP_MAX_GRID_SIZE: { 65535 65535 65535 } >>> PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE: { 1024 1024 64 } >>> - test_system_values >>> ERROR: SUSTx not yet supported on < nve4 >>> ERROR: SUSTx not yet supported on < nve4 >>> ERROR: SUSTx not yet supported on < nve4 >>> ERROR: SUSTx not yet supported on < nve4 >>> (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >>> 0x0/0.0...
2015 Nov 25
0
NV50 compute support questions
...ce_new(pipe, pres, templ); > } > > Just dropping that assert helps somewhat, it leads to: > > PIPE_COMPUTE_CAP_GRID_DIMENSION: { 3 } > PIPE_COMPUTE_CAP_MAX_GRID_SIZE: { 65535 65535 65535 } > PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE: { 1024 1024 64 } > - test_system_values > ERROR: SUSTx not yet supported on < nve4 > ERROR: SUSTx not yet supported on < nve4 > ERROR: SUSTx not yet supported on < nve4 > ERROR: SUSTx not yet supported on < nve4 > (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x0/0.000000 > (1, 0)[0]: got 0xdeadbeef/-62...
2015 Nov 20
4
NV50 compute support questions
Hi Samual, et al, In http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd you write: "This compute support has been tested by Pierre Moreau and myself with some compute kernels." Can you provide testing instructions (and the necessary files) so that I can try to reproduce your tests ? And once I've reproduced your