search for: invalid_param

Displaying 4 results from an estimated 4 matches for "invalid_param".

2015 Sep 30
2
Documentation request for MP warp error 0x10
...uot;8" name="MISALIGNED_GPR"/> <value value="9" name="INVALID_OPCODE"/> <value value="13" name="GPR_OUT_OF_BOUNDS"/> <value value="14" name="MEM_OUT_OF_BOUNDS"/> <value value="17" name="INVALID_PARAM"/> </bitfield> </reg32> [Additionally it seems like 15 = UNALIGNED_MEM_ACCESS] It seems to happen whenever I try to access global memory on kepler (potentially only atomics, not sure at this point). Knowing precisely what causes the error to get triggered (and esp what we need...
2015 Oct 02
2
Documentation request for MP warp error 0x10
...R"/> >> <value value="9" name="INVALID_OPCODE"/> >> <value value="13" name="GPR_OUT_OF_BOUNDS"/> >> <value value="14" name="MEM_OUT_OF_BOUNDS"/> >> <value value="17" name="INVALID_PARAM"/> >> </bitfield> >> </reg32> >> >> [Additionally it seems like 15 = UNALIGNED_MEM_ACCESS] >> >> It seems to happen whenever I try to access global memory on kepler >> (potentially only atomics, not sure at this point). Knowing precisely...
2015 Oct 07
1
[PATCH 1/2] gr: document mp error 0x10
.../nouveau/nvkm/engine/gr/gf100.c @@ -882,6 +882,7 @@ static const struct nvkm_enum gf100_mp_warp_error[] = { { 0x0d, "GPR_OUT_OF_BOUNDS" }, { 0x0e, "MEM_OUT_OF_BOUNDS" }, { 0x0f, "UNALIGNED_MEM_ACCESS" }, + { 0x10, "INVALID_ADDR_SPACE" }, { 0x11, "INVALID_PARAM" }, {} }; -- 2.4.9
2015 Oct 02
0
Documentation request for MP warp error 0x10
...t;> <value value="9" name="INVALID_OPCODE"/> > >> <value value="13" name="GPR_OUT_OF_BOUNDS"/> > >> <value value="14" name="MEM_OUT_OF_BOUNDS"/> > >> <value value="17" name="INVALID_PARAM"/> > >> </bitfield> > >> </reg32> > >> > >> [Additionally it seems like 15 = UNALIGNED_MEM_ACCESS] > >> > >> It seems to happen whenever I try to access global memory on kepler > >> (potentially only atomics, not sur...