Displaying 2 results from an estimated 2 matches for "352287".
Did you mean:
35228
2019 Mar 06
3
Compile for ARM SVE with the latest LLVM
Hello.
I would like to build some examples for ARM SVE.
I see the support for SVE is available in the AArch64 back end of the latest LLVM.
So I thought of using the latest LLVM distribution (revision 352287 from Jan 2019)
and not rely on the ARM HPC compiler from
https://developer.arm.com/products/software-development-tools/hpc/arm-cpp-compiler.
Following
https://static.docs.arm.com/100891/0608/scalable_vector_extension_guide_100891_0608_00_en.pdf,
at page 2-17, I give this command:...
2009 Dec 27
2
Make the output (from a Loop function) a Vector
Hi all,
I have made a loop function which prints outputs. For example:
for (i in 1:5)
+ print(i)
[1] 1
[1] 2
[1] 3
[1] 4
[1] 5
However, I would like the output to given as a list or a vector, e..g c(1,2,3,4,5). Is it possible to do this?
(The function I am using outputs many 1000s of results, so is not easy to change to a vector manually.)
Many Thanks.
[[alternative HTML version