Displaying 13 results from an estimated 13 matches for "bdw".
Did you mean:
bd
2004 Jul 09
4
HTB & Bdw Guarantee
...for your help
PSes :
- has anyone experienced H323 trafic shaping ?? if so,
scripts are welcome !!!
- If CBQ can do better, then I''ll turn to CBQ, but
it''s just like chinese for me...
HTB is more simple
Here''s the script :
#!/bin/bash
OUT=eth1
IN=eth0
IP=10.x.y.z
BDW_IN=1024kbit
BDW_OUT=256kbit
BDW_WEB_IN=800kbit
BDW_OTHER_IN=224kbit
BDW_WEB_OUT=176kbit
BDW_OTHER_OUT=80kbit
#-----------------------------------------------------------#
function start_out () {
tc qdisc add dev $OUT root handle 1: htb default 11
tc class add dev $OUT parent 1: classid 1:1 htb...
2016 Oct 19
4
IntrusiveRefCntPtr vs std::shared_ptr
...And a realloc() that is a no-op if the size is smaller, or does
malloc(), memcpy() if bigger.
Then I used LD_PRELOAD to replace the standard malloc library with mine.
Result: ~10% faster execution than llc without LD_PRELOAD, and ~180 MB of
the array used (120 MB on the 32 bit ARM).
Then I built BDW GC as a malloc replacement (with free() as a no-op) and
used LD_PRELOAD with it.
Result: ~20% faster execution than llc without LD_PRELOAD, and ~10 MB of
RAM used.
In this experiment all the reference counting in IntrusiveRefCntPtr
or shared_ptr or whatever still takes place, the same as before....
2018 Oct 09
1
[PATCH v7 1/5] drm/atomic_helper: Disallow new modesets on unregistered connectors
....
> + */
> + if (!READ_ONCE(connector->registered) && crtc_state->active) {
> + DRM_DEBUG_ATOMIC("[CONNECTOR:%d:%s] is not registered\n",
> + connector->base.id, connector->name);
> + return -EINVAL;
> + }
This broke my ilk (and presumably snb-bdw as well).
[ 25.593121] [drm:drm_atomic_helper_check_modeset [drm_kms_helper]] Updating routing for [CONNECTOR:55:eDP-1]
[ 25.593131] [drm:drm_atomic_helper_check_modeset [drm_kms_helper]] [CONNECTOR:55:eDP-1] is not registered
[ 25.593133] ------------[ cut here ]------------
[ 25.593134]...
2016 Oct 19
2
IntrusiveRefCntPtr vs std::shared_ptr
...e size is smaller, or does
> malloc(), memcpy() if bigger.
>
> Then I used LD_PRELOAD to replace the standard malloc library with mine.
>
> Result: ~10% faster execution than llc without LD_PRELOAD, and ~180 MB of
> the array used (120 MB on the 32 bit ARM).
>
> Then I built BDW GC as a malloc replacement (with free() as a no-op) and
> used LD_PRELOAD with it.
>
> Result: ~20% faster execution than llc without LD_PRELOAD, and ~10 MB of
> RAM used.
>
> In this experiment all the reference counting in IntrusiveRefCntPtr
> or shared_ptr or whatever still...
2002 May 12
1
"Unexplained error code xxx" in rsync-2.5.5
...cess was
terminated by a signal. One has to extract the signal number using
WTERMSIG(*stat)... and so on. There is also WIFSTOPPED() and
WIFCONTINUED().
(mk)
--
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
>> Im pr?motorischen Cortex kann jeder ein Held sein. (bdw) <<
2016 Oct 19
3
IntrusiveRefCntPtr vs std::shared_ptr
why llvm contains IntrusiveRefCntPtr instead of using only std::shared_ptr? IntrusiveRefCntPtr widely used in llvm and clang source code.
Due to better performance?
for example in main func of clang frontend:
int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) {
ensureSufficientStack();
std::unique_ptr<CompilerInstance> Clang(new CompilerInstance());
2016 Sep 02
0
[ANNOUNCE] intel-gpu-tools 1.16
...t out the kms tests from gem_busy to avoid the cairo dependency
igt/prime_vgem: Perform connector probe on startup
igt/prime_vgem: Detect when the call to pageflip blocks
igt/prime_vgem: Test both front/back flip
Revert "tests/gem_sync: Skip basic-store-each sub-test on BDW."
lib/kms: Force connector probing on first use
igt/kms_cursor_legacy: Add missing newline
igt/kms_busy: Fix subtest enumeration
igt/kms_cursor_legacy: Reduce scope of basic-cursor-vs-flip
igt/kms_flip: There's no such thing as bo-too-big
benchmarks/gem_...
2016 Aug 22
4
How to describe the RegisterInfo?
...register
region parameters in the bitcast instruction( from qword with hstride 1 to
dword with hstride 2)
At which stage is suitable to do such bitcast instruction logic? after
reg-alloc?
The detailed hardware spec is located at:
https://01.org/sites/default/files/documentation/intel-gfx-
prm-osrc-bdw-vol07-3d_media_gpgpu_3.pdf
at page 921, it describe the detailed instruction encode format.
It needs (regFile, regNum, subRegNum, width, type, addrMode, hStride,
vStride) to describe a register.
I have attached my first version RegisterInfo.td.
And I also have a question about the attached Registe...
2018 Oct 08
6
[PATCH v7 0/5] Fix legacy DPMS changes with MST
Next version of https://patchwork.freedesktop.org/series/49878/
Still no functional changes, just removing a duplicate s-b to make CI
happy.
Lyude Paul (5):
drm/atomic_helper: Disallow new modesets on unregistered connectors
drm/nouveau: Fix nv50_mstc->best_encoder()
drm/i915: Don't unset intel_connector->mst_port
drm/i915: Skip vcpi allocation for MSTB ports that are gone
2015 Sep 11
0
[ANNOUNCE] intel-gpu-tools 1.12
...android
benchmarks/Android.mk, tools/Android.mk: Fix android build error
benckmarks/Android.mk: Fix building benchmarks for Android
tools/Android.mk: Fix compile error in intel_reg.c
Dominik Zeromski (3):
lib: Move gpgpu_fill code to separate file
lib/gpgpu_fill: Add BDW support
lib/gpgpu_fill: Add SKL support
Jani Nikula (1):
igt: remove deprecated reg access tools in favor of intel_reg
Jesse Barnes (16):
tests/gem_ctx_param_basic: fix invalid params
Revert "tests/gem_ctx_param_basic: fix invalid params"
tests/gem_storedw_...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...at only target GGTT
i915/gem_exec_fence: KMS master is not required
i915/gem_exec_fence: Allow GPU resets during hang checks
i915/gem_exec_fence: Avoid long preempt-off sleeps
i915/gem_create: Check for cache bypass around zeroed pages
lib: Set the COND_BB_END mask for bdw
tests: Add exercise for fbdev
i915/gem_exec_reloc: Check that relocations do not block
i915/gem_exec_balancer: Throw a few hangs into the virtual pipelines
i915/gem_exec_parse_blt: Round up to oword
i915/gem_exec_reloc: Increase spin hostility for faster timeout...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...ks/gem_exec_fault: Reset alignment to 0
igt/gem_sync: Drop individual engines from BAT
igt/gem_exec_whisper: Exclude from BAT
igt/gem_exec_gttfill: Limit to using 4GiB of GTT
lib/gt: Replace hanging instruction
igt/gem_exec_gttfill: qword writes require an extra bit on bdw+
test: Add legacy cursor stress test
igt/kms_cursor_legacy: Give each child a different CRTC access pattern
igt/kms_cursor_legacy: Add uncontended cursor updates
igt/kms_cursor_legacy: Show basic stats of iterations per child
igt/kms_cursor_legacy: Stress each CRTC ind...
2003 Dec 01
0
No subject
...0\030\000\000\000\020\000\000\000\000\032\025@<5\025@\000\032\025@\000\032\025@Dv?v\032\013@@v?\215~\017\b@v?@~\017\bL\n\025\b.\000\000\000 \000\000\000 \000\000\000`v?B\035\t\b\005\000\000\000`v?S\035\t\b,g\022\bLw?HF\037\b8]\037\b\020w?f\"\t\b\001\000\000\000=m\022\b\002\000\000\000HF\037\bdw?HF\037\b\030w?+\002\020\b`\215\031\b \000\000\000\004\000\000\000<w?_\031\t\b~g\022\b`\215\031\b \000\000\000R\031\024\b"...
filename = "questionnaire_marketsurvey.doc\000\000\224r?(\000\017\b\000\000\000\000`\013\026\b`\021\025@\000\000\000\000Hr? \000\000\000\000\000\000\000\024s?\0...