Displaying 20 results from an estimated 97 matches for "executor".
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
2020 Sep 14
2
ORC JIT Weekly #21 -- OrcV1 removal, Removable code, and Remote TargetProcessControl
...rototype I've been
working on: an OrcRPC based TargetProcessControl implementation. I've added
that to the "orcv1-removal-with-remote-tpc" branch at
https://github.com/lhames/llvm-project. The easiest way to start playing
with this feature is via the new llvm-jitlink options: -oop-executor, and
-oop-executor-connect. The -oop-executor option will fork and exec the
llvm-jitlink-executor program and connect to it via open file descriptors
(similar to how lli-child-target works). The -oop-executor-connect option
will connect to a listening llvm-jitlink-executor process via TCP, but
othe...
2015 Sep 03
2
Fuzzing complex programs
...commands/proclang.o commands/schemacmds.o commands/seclabel.o
> commands/sequence.o commands/tablecmds.o commands/tablespace.o
> commands/trigger.o commands/tsearchcmds.o commands/typecmds.o
> commands/user.o commands/vacuum.o commands/vacuumlazy.o
> commands/variable.o commands/view.o executor/execAmi.o
> executor/execCurrent.o executor/execGrouping.o executor/execIndexing.o
> executor/execJunk.o executor/execMain.o executor/execProcnode.o
> executor/execQual.o executor/execScan.o executor/execTuples.o
> executor/execUtils.o executor/functions.o executor/instrument.o
> exe...
2016 Mar 09
2
RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...rallel libraries, especially those closely tied to compiler technology
like runtime and math libraries. We would like to develop these in the
open, and the natural place seems to be as a subproject in LLVM if others
in the community are interested.
Initially, we'd like to open source our StreamExecutor runtime library,
which is used for simplifying the management of data-parallel workflows on
accelerator devices and can also be extended to support other hardware
platforms. We'd like to teach Clang to use StreamExecutor when targeting
CUDA and work on other integrations, but that makes much mo...
2010 Feb 21
1
Bug#570792: logcheck: The report doesn't support anymore the unicode characters.
Package: logcheck
Version: 1.3.6
Severity: normal
Since logcheck 1.3.6, the report send by mail doesn't support unicode characters :
Before :
To: logcheck at executor.fruit
Subject: Executor.FRUIT 2010-02-01 20:02 ?v?nements li?s ? la s?curit?
Auto-Submitted: auto-generated
From: logcheck system account <logcheck at executor.fruit>
?v?nements li?s ? la s?curit?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Feb 1 17:04:47 Executor NetworkManager: nm_device_e...
2016 Mar 09
2
RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
Hi Hal,
Thanks for taking a look at the proposal.
The current version of StreamExecutor has partial support for a "host"
platform which performs work on the CPU. It's interface is the same as the
that of the CUDA platform discussed in the design documentation, but right
now it does not support launching user-defined kernels, so it is very
limited. The host platform does...
2017 May 11
3
PSA: Parallel STL algorithms available in LLVM
...llvm/Support/Parallel.h.
>>
>> Effort was made to match the C++ Parallelism TS N4507 [
>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4507.pdf] as
>> closely as possible, but some aspects were intentionally omitted.
>>
>> No support is added for the executor proposal N4406 [
>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4406.pdf], but
>> I plan to try to work on this in the future, with no specified timeline.
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org...
2016 Mar 10
2
RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...d the accelerator tasks).
Based on your comments, I think that supporting host-side tasks sounds like
something that should be added to our roadmap, and it should be pretty
simple to do within the current model. However, supporting dependency edges
between different "platforms" (as StreamExecutor calls them) such as host
and GPU could be slightly more challenging. The current model organizes
each stream of execution as belonging to a parent platform, and streams are
the structures that are meant to manage dependency edges. It will probably
take some thought to decide how to do that in the r...
2013 May 14
5
Why joins queries make result readonly?
...readonly? I read some old posts (pre-rails3) that joins adds additional
columns to record so that ActiveRecord doesn''t know how to update that
fields, but actually I don''t see that fields. For example I write model
class Order < ActiveRecord::Base
has_and_belongs_to_many :executors, class_name: ''Specialist'', join_table:
''order_executors''
scope :by_executor, ->(executor_id) {
joins(:executors).where(specialists: {id: executor_id} ) }
end
and make query Order.by_executor(1) so that I get:
Order Load (2.0ms) SELECT "orders"...
2017 May 11
3
PSA: Parallel STL algorithms available in LLVM
...llvm/Support/Parallel.h.
>>
>> Effort was made to match the C++ Parallelism TS N4507 [
>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4507.pdf] as
>> closely as possible, but some aspects were intentionally omitted.
>>
>> No support is added for the executor proposal N4406 [
>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4406.pdf], but
>> I plan to try to work on this in the future, with no specified timeline.
>>
>>
>>
>> _______________________________________________
>> LLVM Developers mailing li...
2004 Nov 16
4
kde theora encoder frontend
just to let you know I posted a frontend to
ffmpeg2theora and mencoder using the latest kommander.
It's still in early developement but it'll get more
feature with the time hopefully :)
http://kde-apps.org/content/show.php?content=17831
Pat
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
2008 Dec 03
3
Intermittent Cucumber exception
...ib/ruby/gems/1.8/gems/cucumber-0.1.10/bin/../lib/
cucumber/broadcaster.rb:13:in `each''
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.10/bin/../lib/
cucumber/broadcaster.rb:13:in `method_missing''
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.10/bin/../lib/
cucumber/executor.rb:122:in `visit_step''
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.10/bin/../lib/
cucumber/executor.rb:106:in `visit_regular_step''
from /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.10/bin/../lib/
cucumber/tree/scenario.rb:15:in `accept''
from /opt/local/lib/...
2006 May 23
1
LDA Problem
...ave_crlf = no
default_mail_env = maildir:/var/mail/%u
protocol imap {
}
protocol lda {
postmaster_address = postmaster at domain.com
auth_socket_path = /var/spool/postfix/var/run/dovecot-auth-master
}
log_timestamp = "%Y-%m-%d %H:%M:%S "
ssl_disable = no
ssl_cert_file = /etc/ssl/certs/executor.pem
ssl_key_file = /etc/ssl/private/executor.key
ssl_cipher_list = HIGH:MEDIUM
auth default {
mechanisms = plain
passdb pam {
}
userdb passwd {
}
user = root
socket listen {
master {
path =
/var/spool/postfix/var/run/dovecot-auth-master
mode = 0660...
2017 Aug 04
3
Cross compiling C++ program
...ally built sysroot.
> 4) Build your libc.
> 4A) Test your libc.
> 4B) Install your libc in your sysroot.
> 5) Build libcxxabi. (it's build needs to know where the source for libcxx lives)
> 5A) Test libcxxabi. (testing it requires knowing where source for libcxx lives. use remote executors & linker scripts to run on your board, or in qemu)
> 5B) Install libcxxabi in your sysroot.
> 6) Build libunwind.
> 6A) Test libunwind. (testing it requires knowing where source for libcxx lives. use remote executors & linker scripts to run on your board, or in qemu)
> 6B) Inst...
2013 Feb 08
1
ClassNotFoundException when running distributed job using rJava package
...a:1752)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
at spark.JavaDeserializationStream.readObject(JavaSerializer.scala:23)
at spark.JavaSerializerInstance.deserialize(JavaSerializer.scala:45)
at spark.executor.Executor$TaskRunner.run(Executor.scala:93)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
I think R is unable to find the classpath...
2017 Jul 27
2
gluster-heketi-kubernetes
...d
container=deploy-heketi
pod=deploy-heketi-930916695-qpngx_default(f97e7bdc-6dd5-11e7-b8b5-3cfdfea552a8)"
and the pod logs are as follows:
# kubectl logs deploy-heketi-930916695-qpngx
Heketi v4.0.0-8-g9372c22-release-4
[kubeexec] ERROR 2017/07/21 05:37:11 /src/
github.com/heketi/heketi/executors/kubeexec/kubeexec.go:125: Namespace must
be provided in configuration: File /var/run/secrets/
kubernetes.io/serviceaccount/namespace not found
[heketi] ERROR 2017/07/21 05:37:11 /src/
github.com/heketi/heketi/apps/glusterfs/app.go:85: Namespace must be
provided in configuration: File /var/run/sec...
2012 Sep 14
0
[LLVMdev] Problem using llvm::cl::bits class with gcc 4.7
...on",cl::values(
clEnumVal(A,"this is a"),
clEnumVal(B,"this is b"),
clEnumValEnd
)
);
And when I compile (gcc 4.7.1 20120721 (prerelease) ) I get an error like
this...
In file included from
/home/dan/documents/projects/project/klee/src/lib/Core/Executor.cpp:60:0:
/home/dan/documents/projects/project/llvm-2.9/src/include/llvm/Support/CommandLine.h:
In instantiation of ‘bool llvm::cl::bits<DataType, Storage,
ParserClass>::handleOccurrence(unsigned int, llvm::StringRef,
llvm::StringRef) [with DataType = {anonymous}::testx; Storage = bool;
Parse...
2009 Apr 10
0
[LLVMdev] Using LLVM with a new runtime environment
...llo,
I'd like to use LLVM as a code generator for a runtime environment
(thread scheduler + malloc + GC) I'm in the final stages of developing.
Here is a brief overview: The system maintains a constant number of
execution resources (either system threads or CPUs), which I call
"executors". Threads themselves are very lightweight, consisting only
of seven words of information, plus scheduling overhead. A scheduler
based on lock-free structures maps threads onto executors. The
scheduler communicates with threads using mailboxes, and relies on
voluntary context switch...
2008 Jul 18
5
samba group rights problem (Domain Admins not working)
...re).
When I lookup the group members I get:
root@hermes<javascript:open_compose_win('to=root%40hermes&thismailbox=INBOX.Sent');>:/etc/samba#
net rpc group members 'Domain Admins'
Password:
HIVOS.NL\root
HIVOS.NL\foctaaf
HIVOS.NL\lhilarides
HIVOS.NL\administrator
HIVOS.NL\executor
HIVOS.NL\fbodijn
HIVOS.NL\psomer
HIVOS.NL\jvriesman
And the rights of the group:
root@hermes<javascript:open_compose_win('to=root%40hermes&thismailbox=INBOX.Sent');>:/etc/samba#
net rpc rights list 'Domain Admins'
Password:
SeMachineAccountPrivilege
SeRemoteShutdownPrivil...
2019 Jun 14
2
memory leak in vhost_net_ioctl
...the reproducer still triggered crash:
> memory leak in vhost_net_ioctl
>
Oh sorry for my poor patch.
> ANGE): hsr_slave_1: link becomes ready
> 2019/06/13 18:24:57 executed programs: 18
> BUG: memory leak
> unreferenced object 0xffff88811cbc6ac0 (size 64):
> comm "syz-executor.0", pid 7196, jiffies 4294943804 (age 14.770s)
> hex dump (first 32 bytes):
> 01 00 00 00 81 88 ff ff 00 00 00 00 82 88 ff ff ................
> d0 6a bc 1c 81 88 ff ff d0 6a bc 1c 81 88 ff ff .j.......j......
> backtrace:
> [<000000006c752978>] kmem...