Displaying 6 results from an estimated 6 matches for "relaly".
Did you mean:
really
2010 Aug 31
2
netinstlal question
my church just got some ibm x335's donated. Cent 5 is only relaly
dvd's. I do have a windows server using IIS for internal stuff. How
would i setup a local repo for the dvd so i can point the net install
iso to the windows box?
2009 Jan 07
5
What steps to take
...unting task.
Certainly for a C novice.
Which is why I want to ask if there is anyone out there who can help me. Be
it suppling me the entire or partial code, provide some detailed steps I
should follow so I can figure it out myself or just clues. Anything really,
I'll filter it.
Extra info:
I relaly just need to list the printers shared on Windows 2000 systems (as
far as I know). I don't need authentication or anything. It should work more
or less like "smbclient -L <remote system>" but it doesn't have to list the
shared drives. No problem if it does though. (and no, I...
2012 Oct 22
2
[LLVMdev] Predication on SIMD architectures and LLVM
...to LLVM IR, I'm
> just not sure anymore when and who was involved :).
I was one of them. I suggested adding general predication to the LLVM
IR but that doesn't look like it's going to happen. Dan Gohman had
another idea on how to represent predicate masks but that also didn't
relaly go anywhere.
None of your proposed solutions is ideal. We really should have
first-class predication in the IR. It's only going to get more
important.
-David
2004 Feb 15
1
Problems getting tinc running
Hi folks,
Sorry to trouble you all - I'm having some trouble getting tincd up and
running - I suspect I'm having problems with subnets. Any help would
relaly be appreciated!
At the moment I'm trying to get two linux boxes, both of which are
running as NAT routers for their respective networks to talk. My goal is
to allow staff to connect to the corporate network from their laptops
using dial up.
The office network is on 10.0.0.0/24 The box that...
2012 Oct 19
0
[LLVMdev] Predication on SIMD architectures and LLVM
Hi Marcello,
I am sure I've seen some postings on the list concerning architectures
that support predicated execution and how to map that to LLVM IR, I'm
just not sure anymore when and who was involved :).
I have implemented your first suggestion for targets that do not have
predicated instructions (where control flow to data flow conversion with
explicit maintaining of masks and
2012 Oct 19
11
[LLVMdev] Predication on SIMD architectures and LLVM
Hello,
I'm working on a compiler based on LLVM for a SIMD architecture that
supports instruction predication. We would like to implement branching
on this architecture using predication.
As you know the LLVM-IR doesn't support instruction predication, so I'm
not exactly sure on what is the best way to implement it.
We came up with some ways to do it in LLVM:
- Do not add any