Displaying 14 results from an estimated 14 matches for "amdfam10".
2019 Sep 04
2
possible bug in R's configure check for C++11 features
...ELL='/bin/bash' \
--prefix="${CONDA_PREFIX}/R/${R_VERSION}" \
CC="x86_64-conda_cos6-linux-gnu-gcc" \
CXX="x86_64-conda_cos6-linux-gnu-g++" \
F77="x86_64-conda_cos6-linux-gnu-gfortran" \
FC="$F77" \
CFLAGS="-Wall -mtune=amdfam10 -g -O2 -I${CONDA_PREFIX}/include"\
CXXFLAGS="-Wall -mtune=amdfam10 -g -O2 -I${CONDA_PREFIX}/include" \
F77FLAGS="-Wall -g -O2 -mtune=amdfam10 -I${CONDA_PREFIX}/include" \
CXX11="g++" \
CXX11STD="-std=c++11" \
CXX11FLAGS="-Wall -mtune=...
2019 Sep 04
0
possible bug in R's configure check for C++11 features
...\
> --prefix="${CONDA_PREFIX}/R/${R_VERSION}" \
> CC="x86_64-conda_cos6-linux-gnu-gcc" \
> CXX="x86_64-conda_cos6-linux-gnu-g++" \
> F77="x86_64-conda_cos6-linux-gnu-gfortran" \
> FC="$F77" \
> CFLAGS="-Wall -mtune=amdfam10 -g -O2 -I${CONDA_PREFIX}/include"\
> CXXFLAGS="-Wall -mtune=amdfam10 -g -O2 -I${CONDA_PREFIX}/include" \
> F77FLAGS="-Wall -g -O2 -mtune=amdfam10 -I${CONDA_PREFIX}/include" \
> CXX11="g++" \
> CXX11STD="-std=c++11" \
> CXX11FLAGS...
2015 Mar 27
2
About removing zlib from R-devel
Related to this question:
I have installed bzip2 1.0.6 by hand, but configure still fails. When I
look at config.log I get the following
configure:34150: /usr/bin/gcc -std=gnu99 -o conftest -g -O2 -march=amdfam10
-g -O2 -march=amdfam10 -L/usr/local/lib64 confte
st.c -lbz2 -lz -lrt -ldl -lm >&5
conftest.c: In function 'main':
conftest.c:250: warning: initialization discards qualifiers from pointer
target type
conftest.c:251: warning: implicit declaration of function 'exit'
conftest....
2012 Aug 05
2
[Bug 2030] New: build of 6.0p1 fails @ "/usr/bin/ld: unrecognized option '-Wl,-rpath,/usr/local/ssl/lib64"
...te v4 in v6 hack: yes
BSD Auth support: no
Random number source: OpenSSL internal ONLY
Privsep sandbox style: rlimit
Host: x86_64-unknown-linux-gnu
Compiler: /usr/bin/gcc-4.7
Compiler flags: -O2 -march=amdfam10 -mtune=amdfam10 -Wall
-Wpointer-arith -Wuninitialized -Wsign-compare -Wformat-security
-Wno-pointer-sign -Wno-unused-result -fno-strict-aliasing
-D_FORTIFY_SOURCE=2 -fno-builtin-memset -fstack-protector-all
Preprocessor flags: -I/usr/local/ssl/include -I/usr/local/include
-I/usr/local/ssl/inclu...
2015 Mar 31
0
About removing zlib from R-devel
...iel Hansen <
kasperdanielhansen at gmail.com> wrote:
> Related to this question:
>
> I have installed bzip2 1.0.6 by hand, but configure still fails. When I
> look at config.log I get the following
>
> configure:34150: /usr/bin/gcc -std=gnu99 -o conftest -g -O2
> -march=amdfam10 -g -O2 -march=amdfam10 -L/usr/local/lib64 confte
> st.c -lbz2 -lz -lrt -ldl -lm >&5
> conftest.c: In function 'main':
> conftest.c:250: warning: initialization discards qualifiers from pointer
> target type
> conftest.c:251: warning: implicit declaration of function...
2019 Mar 23
2
Generating object files more efficiently
...nehalem, corei7,
westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell,
core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake,
cannonlake, icelake-client, icelake-server, knl, knm, k8, athlon64,
athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10,
barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2,
x86-64
________________________________
From: Doerfert, Johannes <jdoerfert at anl.gov>
Sent: Saturday, March 23, 2019 1:15 PM
To: J S
Cc: via llvm-dev
Subject: Re: [llvm-dev] Generating object files mor...
2019 Mar 23
4
Generating object files more efficiently
...nehalem, corei7,
westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell,
core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake,
cannonlake, icelake-client, icelake-server, knl, knm, k8, athlon64,
athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10,
barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1, znver2,
x86-64
________________________________
From: Doerfert, Johannes <jdoerfert at anl.gov>
Sent: Saturday, March 23, 2019 1:15 PM
To: J S
Cc: via llvm-dev
Subject: Re: [llvm-dev] Generating object files mor...
2013 Jul 29
2
[LLVMdev] opt -O3 causes Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed
I am hitting an LLVM assertion from the llc tool iff the bitcode file
is optimized at -O3 level by opt). -O1 and -O2 levels of opt do not
cause this assert.
LLVM version 3.4svn
DEBUG build with assertions.
Built Jul 14 2013 (15:39:08).
Default target: x86_64-unknown-linux-gnu
Host CPU: amdfam10
I have attached the input bc file before -O3 optimization :bzip2.del.bc.tgz
I have attached the input bc file after -O3 optimization : bzip2.del.opt.bc.tgz
Command to run on -O3 optimized file: llc -cppgen=program bzip2.del.opt.bc
Call stack:
llc: Value.cpp:307: void
llvm::Value::replaceAllUs...
2013 Aug 02
2
[LLVMdev] opt -O3 causes Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed
...e
>> is optimized at -O3 level by opt). -O1 and -O2 levels of opt do not
>> cause this assert.
>>
>> LLVM version 3.4svn
>> DEBUG build with assertions.
>> Built Jul 14 2013 (15:39:08).
>> Default target: x86_64-unknown-linux-gnu
>> Host CPU: amdfam10
>>
>>
>> I have attached the input bc file before -O3 optimization
>> :bzip2.del.bc.tgz
>> I have attached the input bc file after -O3 optimization :
>> bzip2.del.opt.bc.tgz
>>
>>
>> Command to run on -O3 optimized file: llc -cppgen=program
>...
2013 Aug 02
0
[LLVMdev] opt -O3 causes Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed
...he llc tool iff the bitcode file
> is optimized at -O3 level by opt). -O1 and -O2 levels of opt do not
> cause this assert.
>
> LLVM version 3.4svn
> DEBUG build with assertions.
> Built Jul 14 2013 (15:39:08).
> Default target: x86_64-unknown-linux-gnu
> Host CPU: amdfam10
>
>
> I have attached the input bc file before -O3 optimization
> :bzip2.del.bc.tgz
> I have attached the input bc file after -O3 optimization :
> bzip2.del.opt.bc.tgz
>
>
> Command to run on -O3 optimized file: llc -cppgen=program
> bzip2.del.opt.bc
>
> Cal...
2015 Mar 26
4
About removing zlib from R-devel
Dear All,
zlib has been removed from R-devel src/extra recently, and building R
requires zlib >= 1.2.5. Ubuntu 12.04 LTS (also used on Travis CI) only has
1.2.3.
This means that the next version of R will probably not available on Ubuntu
12.04. (Unless I am missing something of course.) Which is probably fine,
it is almost three years old now.
I guess R-core is aware of this. Just wanted to
2019 Mar 23
2
Generating object files more efficiently
...t; westmere, sandybridge, corei7-avx, ivybridge, core-avx-i, haswell,
> core-avx2, broadwell, skylake, skylake-avx512, skx, cascadelake,
> cannonlake, icelake-client, icelake-server, knl, knm, k8, athlon64,
> athlon-fx, opteron, k8-sse3, athlon64-sse3, opteron-sse3, amdfam10,
> barcelona, btver1, btver2, bdver1, bdver2, bdver3, bdver4, znver1,
> znver2,
> x86-64
>
>
> ------------------------------
> *From:* Doerfert, Johannes <jdoerfert at anl.gov>
> *Sent:* Saturday, March 23, 2019 1:15 PM
> *To:* J S
> *Cc:* via llvm-d...
2013 Aug 09
0
[LLVMdev] opt -O3 causes Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed
...O3 level by opt). -O1 and -O2 levels of opt do not
>>> cause this assert.
>>>
>>> LLVM version 3.4svn
>>> DEBUG build with assertions.
>>> Built Jul 14 2013 (15:39:08).
>>> Default target: x86_64-unknown-linux-gnu
>>> Host CPU: amdfam10
>>>
>>>
>>> I have attached the input bc file before -O3 optimization
>>> :bzip2.del.bc.tgz
>>> I have attached the input bc file after -O3 optimization :
>>> bzip2.del.opt.bc.tgz
>>>
>>>
>>> Command to run on -O3 opti...
2019 Mar 23
2
Generating object files more efficiently
Currently I compile my C code in 2 steps in order to generate .o files
clang -emit-llvm -c foo.c -o foo.bc
llc -march=XYZ foo.bc -filetype=obj
Is there a way to generate either .o or .elf files in just 1 command?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190323/da9b3c18/attachment.html>