Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] llvm cmake build option ((enable-experimental-targets=R600)) question"
2013 Aug 12
0
[LLVMdev] llvm cmake build option ((enable-experimental-targets=R600)) question
"lux-integ" <lux-integ at btconnect.com> writes:
[snip]
> So in a nutshell I would be grateful for some advice on how one enables this
> option in a cmake build of llvm-3.(2,3,4)
R600 was added to the list of known targets on the top-level
CMakeLists.txt on June 22. So you can grab the LLVM development sources
from svn or git and it should work (TM).
If you wish to use
2013 Nov 01
2
samba-tool question
Greetings,
I compile samba 4.0.9 and 4.1.0 on a computer with these:-
--cpu -amd64 3 cres
--os blfs linux 64 bit gcc-4.8.1 linux-3.10.17 glibc-2.17
I have followed the samba4 wikis where most refer to a samna-tool (am
adminstrative tool I presumed in the ~/bin (or ~/sbin) directory of the
samba4 install prefix. I did an ls for in the bin and sbin directories of
the samba4
2013 Nov 01
1
samba4, with existing krb5 and ldap
Greetings,
I bave a linux-running-computer acting as a KDC. It has :-
OS--blfs linux gcc-4.8.1 linux-3.10.17, krb5-1.11.2, openldap-2.4.35, cyrus-
sasl-2.4.26,bind-9.9.4,ntp4.2.7
my /etc/krb5.conf has :-
[dbmodules]
openldap_ldapconf = {
db_library = kldap
ldap_kerberos_container_dn = cn=krbcontainer,dc=somewhere,dc=com
ldap_kdc_dn =
2011 Dec 30
2
samba-server, windows7-clients, server-hostname
Greetings,
I have setup a computer to act as a 'samba-server'. The machine has these:-
--cpu: amd64
--OS: cblfs linux
--samba-3.6.0 compiled from sources in /usr/local/samba
The clients are windows 7 clients. They can only see the server as its IP-
address not a name/hostname.
QUESTION:
--------
Are there entries to be made in smb.conf to enable the smbserver to be seen as
its
2012 Jul 24
1
questions on R CMD INSTALL et al
Greetings,
I am learning R
My machine has these;
CPU: 3cores amd64
OS pure-64bit CBLFS liux compiled from sources (kernel 3.2.1, gcc-4.6.2
R-2.15
When I compiled R the compiler spewed out lines like these:-
make[3]: Entering directory `/tmp/RtmpiHdDJy/R.INSTALL472339eeb23a/mgcv/src'
gcc -m64 -std=gnu99 -I/home/Rman/R-2.15.0/include -DNDEBUG -
I/usr/local/atlas/include
2013 Oct 30
1
samba-4.1.0 wont compile- help!
Greetings,
I am attempting to compile samba-.1.0 on a machine with these:-
--cpu amd64 3cores
--ozs blfs linux gcc-4.8.1, linux-3.10.17, glibc-2.17
waf build ( i.e. make ) ends like so"":-
##################################
In file included from ../source3/lib/smbconf/smbconf_reg.c:26:0:
../source3/registry/reg_api_util.h:39:17: warning: 'enum winreg_CreateAction'
declared
2013 Apr 29
2
[Bug 64042] New: Mesalib Installation Error
https://bugs.freedesktop.org/show_bug.cgi?id=64042
Priority: medium
Bug ID: 64042
Assignee: nouveau at lists.freedesktop.org
Summary: Mesalib Installation Error
Severity: normal
Classification: Unclassified
OS: All
Reporter: andree.tago at gmail.com
Hardware: Other
Status: NEW
2017 Jan 03
2
LLVM WebAssembly target
Hello.
Excuse me.
Why CMakeLists.txt from llvm-3.9.1.src does not contain WebAssembly target?
So, it is like
set(LLVM_ALL_TARGETS
AArch64
AMDGPU
ARM
BPF
Hexagon
Mips
MSP430
NVPTX
PowerPC
Sparc
SystemZ
X86
XCore
)
but not like
set(LLVM_ALL_TARGETS
AArch64
AMDGPU
ARM
BPF
Hexagon
Mips
MSP430
NVPTX
PowerPC
Sparc
SystemZ
Webassembly
X86
2013 Apr 30
1
[Bug 64074] New: Mesalib Installation Error
https://bugs.freedesktop.org/show_bug.cgi?id=64074
Priority: medium
Bug ID: 64074
Assignee: nouveau at lists.freedesktop.org
Summary: Mesalib Installation Error
Severity: normal
Classification: Unclassified
OS: All
Reporter: andree.tago at gmail.com
Hardware: Other
Status: NEW
2005 Jan 12
4
Is this a $50 wifi or wireless USB VOIP phone ?
http://www.pcphoneline.com/skype
"The VPT1000 is NOT a simple last generation USB phone audio device but
is rather a next generation integrated gateway and USB phoneset with
simultaneous dual mode Skype and SIP calling support. Skype is not
forecast to have "SkypeIn" available until June 2005 but you can have
the capability now via its built in SIP capabilities."
Is this a
2018 Jan 03
2
dovecot v2.3.0: imap segfault when sieve_extprograms_plugin.so called
Hi,
I have recently upgraded to dovecot v2.3 on Ubuntu 16.04.3 from repo.dovecot.org and I switched to IMAPSieve for rspamd with the guide from the wiki. When a mail is moved from Junk to another Inbox or vice-versa imap segfaults.
I have posted debug logs and versions below, any help will be greatly appreciated.
Thanks,
Rhys Williams
lux at bifrost:~$ dovecot --version
2.3.0 (c8b89eb)
lux at
2005 Jan 13
2
Looking for a wireless phone... wifi ortraditional wireless ?
In that example you could make outgoing calls only correct? (since incoming
likely needs port forwards)
I guess the questions becomes "how often are you going to do that to justify
the extra $100 or so you going to pay for a wifi sip phone?"
Paul Fielding (paul.fielding@shaw.ca) wrote:
>
> I think some people are missing the point. You can't throw your cordless
>
2009 Aug 09
2
[LLVMdev] modify cmakefiles to set the default triple of msvc and mingw to i686-pc-mingw
because on windows platform. i686-pc-winnt is not mature and even
don't working. So the it's better to set it to mingw.
And also those spaces and indent modify is just because of the
original indent is not consistent.
Also, now msvc support multiple target. So it's better to set it as
${LLVM_ALL_TARGETS}
It's can working, why not set it to:.
--
此致
礼
罗勇刚
Yours
2015 Mar 14
2
[LLVMdev] Add a backend
In attempting to add a backend I came across the documentation here:
http://llvm.org/docs/WritingAnLLVMBackend.html
The section on the build system seems to be out of date, or maybe I don't
understand it. I copied the Sparc target to a directory (Foo for the
example), added Foo to the subdirectories list in
llvm\lib\Target\LLVMBuild.txt and to LLVM_ALL_TARGETS in
llvm\CMakeLists.txt. I
2013 Dec 31
2
[LLVMdev] [PATCH] R600 - Fix zero extend of i1
Hi,
When trying to compile a trivial opencl kernel such as:
__kernel void if_eq(__global int * out, int arg0, int arg1){
out[0] = arg0==arg1?0:1;
}
Clang generates IR like:
%1 = icmp eq i32 %arg0, %arg1
%. = zext i1 %1 to i32
This eventually crashes ISel on R600. Attached patch adds a selector so
it will compile.
Regards,
Jon Pry
jonpry at gmail.com
-------------- next
2018 Jan 03
1
Re: dovecot v2.3.0: imap segfault when sieve_extprograms_plugin.so called
pigeonhole 0.5.0 has been already released...
---Aki TuomiDovecot oy
-------- Original message --------From: Daniel Kenzelmann <dovecot.org at k8n.de> Date: 03/01/2018 21:31 (GMT+02:00) To: Rhys Williams <lux+mailinglists at melted.me>, dovecot at dovecot.org Subject: Re: dovecot v2.3.0: imap segfault when sieve_extprograms_plugin.so
? called
Hi,
see the following thread:
2014 Jul 28
4
[LLVMdev] PROPOSAL: Rename Target R600 -> AMDGPU
Hi,
Now that the 3.5 branch has been made, I would like to propose renaming
the R600 target to AMDGPU.
R600 is the name of an AMDGPU GPU that was released about 8 years ago.
The R600 backend supports this GPU and also all other GPUs which have
been made since then. When people see the name R600 they often assume that
only the older GPU family is supported which is not true.
The reason that the
2015 Jun 08
2
[LLVMdev] R600 -> AMDGPU rename coming on Friday
Hi,
I'm finally going to do the R600->AMDGPU rename this Friday. This is something
I originally proposed last July [1], but had to put off in order to avoid
creating really bad merge headaches for some users. The only change from
my original proposal is that I'll just keep the existing r600 and amdgcn
triples rather than adding a new one for amdgpu. If anyone has any
strong
2012 Aug 02
3
INDEX rdb and rdx files
Greetings,
My computer has these
OS: 64-bit blfs linux R2.15.1
If one has downloaded a tarball for example MASS.tar.ga and unzip it
Are there R commands to generate the following?:-
a) the INDEX file
b) 'R' files such as MASS.rdb and MASS.rdx
advice would be appreciated
sincerely
luxInteg
2012 Dec 04
0
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
Hi Chris,
Ben and Dmitri have completed coding style reviews for the R600 backend,
and I have made all the requested changes. What else needs to be done
before we can commit this backend to the main tree?
Thanks,
Tom
On Thu, Nov 29, 2012 at 05:09:57PM +0100, Benjamin Kramer wrote:
>
>
> $ grep -r '^[ ]*{$'
>
> Otherwise I don't see anything else that needs fixing