Displaying 20 results from an estimated 23 matches for "cland".
Did you mean:
land
2012 Jun 26
3
[LLVMdev] How to make a cross compiler for xilinx microblaze
Hello,
i am trying to create a LLVM stack to cross compile c code targeting the
xilinx microblaze.
I built LLVM configured with target=microblaze however cland doesn't
like it. When i try to emit llvm code i get the following
error: unknown target triple 'microblaze-unknown-none', please use
-triple or -arch
How should i configure my LLVM stack and then how should i run the tools
to produce microblaze-elf?
Thank you
Foivos
2012 Jun 26
0
[LLVMdev] How to make a cross compiler for xilinx microblaze
...s "mblaze" for -target.
-Jim
On Jun 26, 2012, at 8:42 AM, Fivos <fivosz at gmail.com> wrote:
> Hello,
>
> i am trying to create a LLVM stack to cross compile c code targeting the
> xilinx microblaze.
>
> I built LLVM configured with target=microblaze however cland doesn't
> like it. When i try to emit llvm code i get the following
> error: unknown target triple 'microblaze-unknown-none', please use
> -triple or -arch
>
> How should i configure my LLVM stack and then how should i run the tools
> to produce microblaze-elf?
>...
2012 Jun 27
1
[LLVMdev] How to make a cross compiler for xilinx microblaze
...m
>
>
> On Jun 26, 2012, at 8:42 AM, Fivos <fivosz at gmail.com> wrote:
>
>> Hello,
>>
>> i am trying to create a LLVM stack to cross compile c code targeting the
>> xilinx microblaze.
>>
>> I built LLVM configured with target=microblaze however cland doesn't
>> like it. When i try to emit llvm code i get the following
>> error: unknown target triple 'microblaze-unknown-none', please use
>> -triple or -arch
>>
>> How should i configure my LLVM stack and then how should i run the tools
>> to produce...
2015 Jul 08
7
[LLVMdev] LLVM loop vectorizer
Hello.
I am trying to vectorize a CSR SpMV (sparse matrix vector multiplication) procedure
but the LLVM loop vectorizer is not able to handle such code.
I am using cland and llvm version 3.4 (on Ubuntu 12.10). I use the -fvectorize option
with clang and -loop-vectorize with opt-3.4 .
The CSR SpMV function is inspired from
http://stackoverflow.com/questions/13636464/slow-sparse-matrix-vector-product-csr-using-open-mp
(I can provide the exact code samples use...
2014 Dec 03
4
[LLVMdev] FAQ update and Question on minimum build
Sorry to trouble you, great software, I have it on Ubuntu 14.10, Windows 10
and now I was trying ARM:
I have been trying to build a working Cland+LLVM for 4 days now, ARM Radxa
Rock Pro Quad 1.6Ghz 2GB memory
I'm building on an SD card, I tried 4GB and died(space thing), 8GB and
died(again with the space thing) so I read everything I could find on
building only a minimum testing build and I came up with:
apt-get install subversion...
2016 Feb 18
3
[LLVMdev] LLVM loop vectorizer
...gmail.com>>>
>>>> wrote:
>>>>
>>>> Hello.
>>>> I am trying to vectorize a CSR SpMV (sparse matrix vector multiplication) procedure
>>>> but the LLVM loop vectorizer is not able to handle such code.
>>>> I am using cland and llvm version 3.4 (on Ubuntu 12.10). I use the -fvectorize option
>>>> with clang and -loop-vectorize with opt-3.4 .
>>>> The CSR SpMV function is inspired from
>>>> http://stackoverflow.com/questions/13636464/slow-sparse-matrix-vector-product-csr-using-open...
2016 Jun 04
4
[LLVMdev] LLVM loop vectorizer
...e.susu at gmail.com>> wrote:
>>>>>>
>>>>>> Hello. I am trying to vectorize a CSR SpMV (sparse matrix vector
>>>>>> multiplication) procedure but the LLVM loop vectorizer is not able to handle
>>>>>> such code. I am using cland and llvm version 3.4 (on Ubuntu 12.10). I use the
>>>>>> -fvectorize option with clang and -loop-vectorize with opt-3.4 . The CSR SpMV
>>>>>> function is inspired from
>>>>>> http://stackoverflow.com/questions/13636464/slow-sparse-matrix-vector-...
2016 Jun 07
2
[LLVMdev] LLVM loop vectorizer
...su at gmail.com>>> wrote:
>>>>>>
>>>>>> Hello. I am trying to vectorize a CSR SpMV (sparse matrix vector
>>>>>> multiplication) procedure but the LLVM loop vectorizer is not able to handle
>>>>>> such code. I am using cland and llvm version 3.4 (on Ubuntu 12.10). I use the
>>>>>> -fvectorize option with clang and -loop-vectorize with opt-3.4 . The CSR SpMV
>>>>>> function is inspired from
>>>>>> http://stackoverflow.com/questions/13636464/slow-sparse-matrix-vector-...
2019 May 29
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...s `#pragma omp declare variant`
>> restricted to the `simd` context selector, from OpenMP 5.0+.
>>
>> Option behavior, and interaction with OpenMP
>> --------------------------------------------
>>
>> The behavior described below makes sure that
>> `#pragma cland declare variant` function vectorization and OpenMP
>> function vectorization are orthogonal.
>>
>> `-fclang-declare-variant`
>>
>> : The `#pragma clang declare variant` directives are parsed and used
>> to populate the `vector-variant` attribute.
>>...
2019 May 29
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...ted to the `simd` context selector, from OpenMP 5.0+.
>>>>
>>>> Option behavior, and interaction with OpenMP
>>>> --------------------------------------------
>>>>
>>>> The behavior described below makes sure that
>>>> `#pragma cland declare variant` function vectorization and OpenMP
>>>> function vectorization are orthogonal.
>>>>
>>>> `-fclang-declare-variant`
>>>>
>>>> : The `#pragma clang declare variant` directives are parsed and used
>>>> to p...
2019 May 28
6
[RFC] Expose user provided vector function for auto-vectorization.
...----------------------
`#pragma omp declare variant`, same as `#pragma omp declare variant`
restricted to the `simd` context selector, from OpenMP 5.0+.
Option behavior, and interaction with OpenMP
--------------------------------------------
The behavior described below makes sure that
`#pragma cland declare variant` function vectorization and OpenMP
function vectorization are orthogonal.
`-fclang-declare-variant`
: The `#pragma clang declare variant` directives are parsed and used
to populate the `vector-variant` attribute.
`-fopenmp[-simd]`
: The `#pragma omp declare variant` dire...
2019 May 30
5
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...5.0+.
>>>>>>
>>>>>> Option behavior, and interaction with OpenMP
>>>>>> --------------------------------------------
>>>>>>
>>>>>> The behavior described below makes sure that
>>>>>> `#pragma cland declare variant` function vectorization and OpenMP
>>>>>> function vectorization are orthogonal.
>>>>>>
>>>>>> `-fclang-declare-variant`
>>>>>>
>>>>>> : The `#pragma clang declare variant` directives are par...
2019 May 31
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...t;>>>>> Option behavior, and interaction with OpenMP
>>>>>>>> --------------------------------------------
>>>>>>>>
>>>>>>>> The behavior described below makes sure that
>>>>>>>> `#pragma cland declare variant` function vectorization and OpenMP
>>>>>>>> function vectorization are orthogonal.
>>>>>>>>
>>>>>>>> `-fclang-declare-variant`
>>>>>>>>
>>>>>>>> : The `#pragma...
2019 May 31
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...havior, and interaction with OpenMP
>>>>>>>>>> --------------------------------------------
>>>>>>>>>>
>>>>>>>>>> The behavior described below makes sure that
>>>>>>>>>> `#pragma cland declare variant` function vectorization and OpenMP
>>>>>>>>>> function vectorization are orthogonal.
>>>>>>>>>>
>>>>>>>>>> `-fclang-declare-variant`
>>>>>>>>>>
>>>>&...
2019 May 31
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...nMP
>>>>>>>>>>>> --------------------------------------------
>>>>>>>>>>>>
>>>>>>>>>>>> The behavior described below makes sure that
>>>>>>>>>>>> `#pragma cland declare variant` function vectorization and OpenMP
>>>>>>>>>>>> function vectorization are orthogonal.
>>>>>>>>>>>>
>>>>>>>>>>>> `-fclang-declare-variant`
>>>>>>>>>...
2019 May 31
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...>>>>>>> --------------------------------------------
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> The behavior described below makes sure that
>>>>>>>>>>>>>> `#pragma cland declare variant` function vectorization and OpenMP
>>>>>>>>>>>>>> function vectorization are orthogonal.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> `-fclang-declare-variant`
>>>...
2019 May 31
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...t;>>>> Option behavior, and interaction with OpenMP
> >>>>>>> --------------------------------------------
> >>>>>>>
> >>>>>>> The behavior described below makes sure that
> >>>>>>> `#pragma cland declare variant` function vectorization and OpenMP
> >>>>>>> function vectorization are orthogonal.
> >>>>>>>
> >>>>>>> `-fclang-declare-variant`
> >>>>>>>
> >>>>>>> : The `#p...
2019 May 31
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...;>>> Option behavior, and interaction with OpenMP
> > >>>>>>>>> --------------------------------------------
> > >>>>>>>>>
> > >>>>>>>>> The behavior described below makes sure that `#pragma cland
> > >>>>>>>>> declare variant` function vectorization and OpenMP function
> > >>>>>>>>> vectorization are orthogonal.
> > >>>>>>>>>
> > >>>>>>>>> `-fclang-declare-v...
2019 May 31
5
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...or, and interaction with OpenMP
> >>>>>>>>> --------------------------------------------
> >>>>>>>>>
> >>>>>>>>> The behavior described below makes sure that
> >>>>>>>>> `#pragma cland declare variant` function vectorization and OpenMP
> >>>>>>>>> function vectorization are orthogonal.
> >>>>>>>>>
> >>>>>>>>> `-fclang-declare-variant`
> >>>>>>>>>
> >>...
2019 May 31
2
[cfe-dev] [RFC] Expose user provided vector function for auto-vectorization.
...gt;>>>> Option behavior, and interaction with OpenMP
>>>>>>>>>>> --------------------------------------------
>>>>>>>>>>>
>>>>>>>>>>> The behavior described below makes sure that `#pragma cland
>>>>>>>>>>> declare variant` function vectorization and OpenMP function
>>>>>>>>>>> vectorization are orthogonal.
>>>>>>>>>>>
>>>>>>>>>>> `-fclang-declare-variant`...