search for: sample_b

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

Did you mean: sample_1
2018 Sep 14
2
Bug when calling system/system2 (and request for Bugzilla account)
I hope it's not too specific in my setup... I've tried with system2 added on the first line, so: Example.R: system2('ls', timeout=5) cat('Start non-interruptable functions\n') sample_a <- sample(1:1e7) sample_b <- sample(1:2e7) matching <- match(sample_a, sample_b) cat('Finished\n') Sys.sleep(10) And in terminal/bash: R --vanilla source('Example.R') Send ^C between the messages (Start... until Finished) Or if you have a more powerful CPU you can increase the samples, the exact cod...
2018 Sep 14
3
Bug when calling system/system2 (and request for Bugzilla account)
...ssion (in which case some time is allowed to pass, so that when the function returns the script can be interrupted), or whether I have called base::system() or system2() with timeout other than 0. Reproducible example: cat('Start non-interruptable functions\n') sample_a <- sample(1:1e7) sample_b <- sample(1:2e7) matching <- match(sample_a, sample_b) cat('Finished\n') Sys.sleep(10) Observed behaviour: In a clean session, when I hit Ctrl-C during the execution of match, there is a delay, and as soon as Sys.sleep() is invoked, the script is interrupted, I get back my R ?>?-p...
2018 Sep 14
0
Bug when calling system/system2 (and request for Bugzilla account)
...t dans.knaw.nl> wrote: > > I hope it's not too specific in my setup... > I've tried with system2 added on the first line, so: > > Example.R: > system2('ls', timeout=5) > cat('Start non-interruptable functions\n') > sample_a <- sample(1:1e7) > sample_b <- sample(1:2e7) > matching <- match(sample_a, sample_b) > cat('Finished\n') > Sys.sleep(10) > > And in terminal/bash: > R --vanilla > source('Example.R') > Send ^C between the messages (Start... until Finished) > > Or if you have a more powerful...
2018 Sep 14
0
Bug when calling system/system2 (and request for Bugzilla account)
...e time is allowed to pass, so that when the function returns the script can be interrupted), or whether I have called base::system() or system2() with timeout other than 0. > > Reproducible example: > cat('Start non-interruptable functions\n') > sample_a <- sample(1:1e7) > sample_b <- sample(1:2e7) > matching <- match(sample_a, sample_b) > cat('Finished\n') > Sys.sleep(10) > > Observed behaviour: > In a clean session, when I hit Ctrl-C during the execution of match, there is a delay, and as soon as Sys.sleep() is invoked, the script is interrup...
2016 Feb 05
0
Wine release 1.9.3
...mplement SM4 ine instruction. wined3d: Recognize SM4 round_pi opcode. wined3d: Recognize SM4 round_z opcode. wined3d: Implement SM4 round_pi instruction. wined3d: Implement SM4 round_z instruction. wined3d: Recognize SM4 sample_c_lz opcode. wined3d: Recognize SM4 sample_b opcode. wined3d: Validate render state in wined3d_device_set_render_state(). ddraw: Return DDERR_INVALIDPARAMS for render states >= D3DSTATE_OVERRIDE_BIAS. wined3d: Add support for WINED3DFMT_R32G32B32_FLOAT format. wined3d: Add support for WINED3DFMT_R16_UNORM format....
2020 Sep 22
0
vkd3d release 1.2
...' and `deriv_rty' instruction return accurate results after a (conditional) `discard' instruction. - Support for using SPIR-V specialisation constants for shader parameters. - Support for more shader instructions: - bufinfo, - eval_centroid, - eval_sample_index, - ld2ms, - sample_b, - sample_d, - sample_info, - samplepos. - When built against SPIRV-Tools, libvkd3d-shader can produce SPIR-V shaders in text form. - libvkd3d-shader now has its own environment variable (VKD3D_SHADER_DEBUG) to control debug output. - Various shader translation fixes. *** vkd3d-compi...