Displaying 13 results from an estimated 13 matches for "guc".
Did you mean:
gcc
2011 Sep 09
2
Passing in Condtions into Object
Hello,
I am trying to pass a conditional expression into an expression to be
evaluated when ever an R statement is called. For example:
get_unique_count <- function(df, select, field){
uniqs <- unique(subset(df, select)[field])
return (nrow(uniqs))
}
In this case select is a conditional statement year == 1980, and the
function would be called in the following manner:
2019 Sep 23
0
[PATCH trivial] gpu: Fix Kconfig indentation
...n on extra driver debugging that may affect
+ performance but will catch some internal issues.
- Recommended for driver developers only.
+ Recommended for driver developers only.
- If in doubt, say "N".
+ If in doubt, say "N".
config DRM_I915_DEBUG_GUC
- bool "Enable additional driver debugging for GuC"
- depends on DRM_I915
- default n
- help
- Choose this option to turn on extra driver debugging that may affect
- performance but will help resolve GuC related issues.
+ bool "Enable add...
2019 Oct 04
2
[PATCH TRIVIAL v2] gpu: Fix Kconfig indentation
...n on extra driver debugging that may affect
+ performance but will catch some internal issues.
- Recommended for driver developers only.
+ Recommended for driver developers only.
- If in doubt, say "N".
+ If in doubt, say "N".
config DRM_I915_DEBUG_GUC
- bool "Enable additional driver debugging for GuC"
- depends on DRM_I915
- default n
- help
- Choose this option to turn on extra driver debugging that may affect
- performance but will help resolve GuC related issues.
+ bool "Enable add...
2019 Apr 12
2
[PATCH] drm: remove redundant 'default n' from Kconfig
...endency cycles"
depends on DRM_I915
- default n
help
Choose this option to turn on extra driver debugging that may affect
performance but will catch some internal issues.
@@ -106,7 +99,6 @@ config DRM_I915_SW_FENCE_CHECK_DAG
config DRM_I915_DEBUG_GUC
bool "Enable additional driver debugging for GuC"
depends on DRM_I915
- default n
help
Choose this option to turn on extra driver debugging that may affect
performance but will help resolve GuC related issues.
@@ -118,7 +110,6 @@ con...
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...prime_sync_start before read after write
lib: Add DROP_IDLE
lib: Idle the GT when quiescing the GPU
lib: Flush the driver's internal cache of objects before counting
lib: Free all internal buffers before measuring available memory
lib/i915: Add a query for when the guc is enabled.
igt/drv_misssed_irq: Skip on guc
igt/prime_mmap_coherency: Remove manual gem_sync() calls
lib/gt: Always eat the unwanted error state
igt/gem_fd_exhaustion: Remove stale assert
igt/gem_exec_nop: Headless requires DRM_MASTER for modesetting
igt/drv_han...
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
...fied amount of time. (Abdiel Janulgue)
- Added C functions for driver loading/unloading, pkill and lsof, for
converting shell script tests to C code. (Marius Vlad)
Tools changes:
- intel_reg: Add Kabylake support. (Jani Nikula)
- intel_bios_reader: Also dump PSR info. (Ville Syrjälä)
- intel_guc_logger: New tool for capturing logs from the GuC
firmware. (Akash Goel)
- intel_aubdump: Added commandline option to stream the dump to
another process. (Lionel Landwerlin)
- intel_aubdump: Annotate the dump with the application name and the
used PCI ID. (Jason Ekstrand)
Benchmark changes:...
2019 Apr 12
0
[PATCH] drm: remove redundant 'default n' from Kconfig
...depends on DRM_I915
> - default n
> help
> Choose this option to turn on extra driver debugging that may affect
> performance but will catch some internal issues.
> @@ -106,7 +99,6 @@ config DRM_I915_SW_FENCE_CHECK_DAG
> config DRM_I915_DEBUG_GUC
> bool "Enable additional driver debugging for GuC"
> depends on DRM_I915
> - default n
> help
> Choose this option to turn on extra driver debugging that may affect
> performance but will help resolve GuC related i...
2024 Feb 16
1
[PATCH] nouveau: offload fence uevents work to workqueue
...scheduler I'm not going to be very amused.
> > If we don't do something like that then I'm not sure there's really much
> > benefit - instead of carefully timing 512 dma_fence on the global wq you
> > just need to create a pile of context (at least on intel's guc that's
> > absolutely no issue) and then careful time them.
>
> Well, that's true. I'd still argue that there is a slight difference. From a
> drivers isolated perspective using the global kernel wq might be entirely fine,
> as in this patch. However, in combination w...
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...e than one DRM device. (Tomeu Vizoso)
- Added support for 4K and audio HDMI EDID injection. (Abdiel
Janulgue, Marius Vlad)
- Added support for AMDGPU devices. (Chris Wilson)
Tools changes:
- intel_error_decode now automatically opens a pager. (Chris Wilson)
- intel_error_decode now dumps the GuC firmware logs if available.
(Chris Wilson)
Benchmark changes:
- gem_wsim: New benchmark that simulates command submission
workloads. (Tvrtko Ursulin)
Scripts changes:
- trace.pl: New tool to parse i915 tracepoints for performance
analysis. (Tvrtko Ursulin)
- media-bench.pl: New tool to p...
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
...lib/igt.cocci: Fix typo
doc: Correct sentence in README
doc: Update CONTRIBUTING for new igt-dev mailing list
man: Update for new igt-dev mailing list
Rodrigo Vivi (1):
lib/i915_pciids.h: Add Cannonlake PCI IDs for another SKU.
Sagar Arun Kamble (1):
tools/intel_guc_logger: Send GuC log level in new i915 expected format
Scott D Phillips (1):
tools/intel_aubdump: Simulate "enhanced execlist" submission for gen11+
Sean Paul (1):
CONTRIBUTING: Fix spelling mistake and line length
Thierry Reding (2):
tests/testdisplay: Explicitly use...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...gr.o utils/fmgr/funcapi.o
> utils/hash/dynahash.o utils/hash/hashfn.o utils/hash/pg_crc.o
> utils/init/globals.o utils/init/miscinit.o utils/init/postinit.o
> utils/mb/encnames.o utils/mb/conv.o utils/mb/mbutils.o
> utils/mb/wchar.o utils/mb/wstrcmp.o utils/mb/wstrncmp.o
> utils/misc/guc.o utils/misc/help_config.o utils/misc/pg_rusage.o
> utils/misc/ps_status.o utils/misc/rls.o utils/misc/sampling.o
> utils/misc/superuser.o utils/misc/timeout.o utils/misc/tzparser.o
> utils/mmgr/aset.o utils/mmgr/mcxt.o utils/mmgr/portalmem.o
> utils/resowner/resowner.o utils/sort/logta...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...SBSvbCksG_#6EZ`4U
z`9e3<)eNl(4mX>KQ3X$V$mfj&6FF>}$PajHhSYh7_--odBlDtZ*+*~0cT;a~eL<%i
z+7)!_*s-(O4MDxJLz1*D3MTL-rF;7O+Koy#b^Ou|e{pJ<VFu8Y#|=gP)lJ(x at lwqA
zJ5G-nTX~f?6!BD#@Kk$i&~hm3>0cj?_^NxGN#%*`pTG@%r84BL_Fbc-EA5rvDHrgU
zMx0FjPW at WTcHj6uuNc+PklxVHkOxSA@ZBTi$f5_?y9d5dAOGUC4sPDipf-#eP4|u(
z!y10k8X88^hF=7=fi^V!%o|1_9Hm|u^)tV4L3{3(G4#Stwc+Dm_}O_obtOY~y`jgS
z%`v3^dGR9gclKsQIfuGGE4)_zy>+u0p1k?nEB-d)$!}h?(jVPy@^7-z`)@YuIcCux
zyZN8lTW@*eA7d^0xtnVzl56+xIdSt48NPY*QA1&U%kJ@&M>Ky;Bt>dq`wD-!HsGyK
z>28K*KI<O|`D=#IVL^X|UKk2_>zyX|5MQub?-xXI-ZdBu_`Ef|dIXd$&...