search for: erlier

Displaying 7 results from an estimated 7 matches for "erlier".

Did you mean: earlier
2013 Oct 30
0
[LLVMdev] loop vectorizer
...volution analysis pass). Is there fundamental functionality missing in the auto vectorizer when the target vector size increases to 512 bits (instead of 128 for example)? And why? What needs to be done (on a high level) in order to have the auto vectorizer succeed on the test function as given erlier? Frank On 30/10/13 15:14, Nadav Rotem wrote: > Hi Frank, > >> >> To answer Nadav's question. This kind of loop is generated by a >> scientific library and we are in the process of evaluating whether >> LLVM can be used for this research project. The target arc...
2013 Oct 30
3
[LLVMdev] loop vectorizer
...increases to 512 bits (instead of 128 for example)? And why? > Scatter/Gather cost model (and possibly intrinsics), support for predicated instructions, AVX512 cost model. > What needs to be done (on a high level) in order to have the auto vectorizer succeed on the test function as given erlier? Maybe you could rewrite the loop in a way that will expose contiguous memory accesses. Is this something you could do ? Thanks, Nadav > Frank > > > On 30/10/13 15:14, Nadav Rotem wrote: >> Hi Frank, >> >>> >>> To answer Nadav's question. This k...
2013 Oct 30
2
[LLVMdev] loop vectorizer
Hi Frank, > > To answer Nadav's question. This kind of loop is generated by a scientific library and we are in the process of evaluating whether LLVM can be used for this research project. The target architectures will have (very wide) vector instructions and these loops are performance-critical to the application. Thus it would be important that these loops can make use of the vector
2005 Mar 17
0
IAX2 Trunking, No connections any more...
Hello! I have bin trying to set up trunking between some of my Asterisk boxes but had no luck... I use Asterisk 2.0.6 on SuSE 6.2, but I have had the same problem with erlier releases. I have a working connection and can place multiple calls in both direktions. Than I set "trunk=yes" on both sides and reload. "CLI> iax2 show peers" shows a (T) and low latency on both sides. Now it is not possible to get a call trough any more:-( I have working ti...
2013 Oct 31
0
[LLVMdev] loop vectorizer
>> What needs to be done (on a high level) in order to have the auto vectorizer succeed on the test function as given erlier? > Maybe you could rewrite the loop in a way that will expose contiguous memory accesses. Is this something you could do ? > Hi Nadav, the only option I see is to unroll the loop by hand. Since the array access is consecutive over 4 loop iterations I gave it a try and unrolled the loop by...
2006 Mar 18
24
rails is extremely hard to install
I''m on Mac OSX and I''m about to rip my hair out over how hard it is to install rails. I''ve installed rubygems and am typing "ruby setup.rb" in the command line and get "No such file or directory." I''ve never had to use command lines before so this is alien to me. Can''t they just make installation GUI-based for non-geeks like
2015 Dec 28
9
Firewall trouble?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I recently tried adding a firewall to my Samba 4 server using the port information I found on the wiki. Below is a dump of the resulting rules. root at dc01:~# iptables -S - -P INPUT DROP - -P FORWARD DROP - -P OUTPUT ACCEPT - -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT - -A INPUT -p tcp -m tcp --dport 22 -m state --state NEW -m