search for: upit

Displaying 15 results from an estimated 15 matches for "upit".

Did you mean: unit
2000 Aug 14
0
More secure wu-ftpd
...3 all dns refuse_mismatch /etc/mesaj/dns.msg dns refuse_no_reverse /etc/mesaj/dns2.msg #chroot guest-root /home * restricted-uid %100-499 %501-999 -- Pantalache Dalis-Adrian +---------------------------------+ | Linux Sysadmin | | | | http://electron.upit.ro/~dalis | | dalis@electron.upit.ro | | dalis@agersystems.ro | +---------------------------------+
2013 Mar 24
0
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
That particular error is fixed in trunk, but with your code I'm now hitting a new issue. I'll get the fix in soon. On Fri, Mar 22, 2013 at 1:08 AM, upit <uday_pitambare at yahoo.com> wrote: > Well, I tried the command line given by you and I get the following error > > clang++ nbody.kernel.cu -Xclang -fcuda-is-device > -I/home/upitamba/llvm-3.2.src/tools/clang/test/SemaCUDA/ -Xclang -triple > -Xclang nvptx64 -Xclang -target-cp...
2004 Mar 31
1
winbindd logon still requires Unix user id
...chine. I can bypass the problem by using username map and a dummy account "bozo". Here's a section of the Configuration # Samba config file created using SWAT # from 10.23.20.63 (10.23.20.63) # Date: 2004/03/30 14:05:38 # Global parameters [global] workgroup = UPITS security = DOMAIN auth methods = winbind allow trusted domains = No password server = chaadsits01 username map = /usr/local/private/usermap.txt log level = 2 preferred master = No local master =...
2013 Mar 22
2
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
Well, I tried the command line given by you and I get the following error clang++ nbody.kernel.cu -Xclang -fcuda-is-device -I/home/upitamba/llvm-3.2.src/tools/clang/test/SemaCUDA/ -Xclang -triple -Xclang nvptx64 -Xclang -target-cpu -Xclang sm_10 -S fatal error: error in backend: Cannot select: 0x334a870: v4f32 = NVPTXISD::MoveParam 0x334a770 [ORD=1] [ID=22] 0x334a770: v4f32 = TargetExternalSymbol'.PARAM0' [ID=1] In funct...
2013 Mar 20
0
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
...ing an error for you. Are you using trunk or 3.2? Generally, clang won't be compatible with the CUDA Toolkit headers. If you want to use the __constant__ modifier from CUDA in Clang, define it like so: #define __constant__ __attribute__((address_space(2))) On Mon, Mar 18, 2013 at 6:31 PM, upit <uday_pitambare at yahoo.com> wrote: > Please find the .ll attached below . Yes, I am using the cuda_runtime.h > from > the toolkit. > nbody.kernel.ll > <http://llvm.1065342.n5.nabble.com/file/n56048/nbody.kernel.ll> > - Uday > > > > > -- > View this...
2013 Mar 20
0
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
On Wed, Mar 20, 2013 at 11:29 AM, upit <uday_pitambare at yahoo.com> wrote: > OK. That helps. > It does flash a warning though > > [DEVICE-C++] nbody.kernel.cpp > nbody.kernel.cpp:29:9: warning: '__constant__' macro redefined > #define __constant__ __attribute__((address_space(2))) > ^ > /o...
2013 Mar 18
2
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
Please find the .ll attached below . Yes, I am using the cuda_runtime.h from the toolkit. nbody.kernel.ll <http://llvm.1065342.n5.nabble.com/file/n56048/nbody.kernel.ll> - Uday -- View this message in context: http://llvm.1065342.n5.nabble.com/UNREACHABLE-executed-error-while-trying-to-generate-PTX-tp56026p56048.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2013 Mar 21
0
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
...urce directory is ../src/clang, you want 64-bit PTX, and your target SM is 2.0. Adjust accordingly. Clang also knows how to map OpenCL to PTX, so you would do something like: $ clang test1.cl -Xclang -triple -Xclang nvptx64 -Xclang -target-cpu -Xclang sm_20 -S On Wed, Mar 20, 2013 at 3:29 PM, upit <uday_pitambare at yahoo.com> wrote: > Thanks a lot Justin, > > I will remove the toolkit header. Just one last question..(maybe ;) ) If I > do away with toolkit headers it says unknown type name '__device__'. Does > this function qualifier have an alternative ? or I c...
2014 Aug 11
0
Novi Zakon o radu stupio je na snagu 7.kolovoza 2014
...oslovnih subjekata, na osnovu telefonske prijave, temeljem preporuke, sudjelovanja u nagradnoj igri, popisa sudionika u obrazovanju ili doga??ajima (izlo??be, seminari, telefonska prodaja i drugi doga??aji u organizaciji poduze??a Izdava??ka ku??a Poslovna Literatura d.o.o.) ili kao odgovor na va?? upit.Ako u budu??nosti ne ??elite vi??e primati na??e obavijesti mo??ete se odjaviti s na??e liste klikom na [ Odjavi pkg-xen-devel at lists.alioth.debian.org ] ili nam po??aljite e-mail na odjava.poslovna at kalpot.com. Ova je poruka bila poslana na na e-mail: pkg-xen-devel at lists.alioth....
2013 Mar 20
2
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
OK. That helps. It does flash a warning though [DEVICE-C++] nbody.kernel.cpp nbody.kernel.cpp:29:9: warning: '__constant__' macro redefined #define __constant__ __attribute__((address_space(2))) ^ /opt/cuda/include/host_defines.h:183:9: note: previous definition is here #define __constant__ \ ^ 1 warning generated. Another question is What about extern __shared__ ? I
2013 Mar 20
2
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
Thanks a lot Justin, I will remove the toolkit header. Just one last question..(maybe ;) ) If I do away with toolkit headers it says unknown type name '__device__'. Does this function qualifier have an alternative ? or I can just do away with ? -- View this message in context: http://llvm.1065342.n5.nabble.com/UNREACHABLE-executed-error-while-trying-to-generate-PTX-tp56026p56093.html
2013 Mar 18
0
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
I noticed you're using cuda_runtime.h in the source file. Where are you getting this file? From the CUDA toolkit? Since the error is in the back-end, can you just post the .ll or .bc file you are trying to compile? On Mon, Mar 18, 2013 at 12:42 AM, upit <uday_pitambare at yahoo.com> wrote: > I am trying to generate PTX code for 'nbody' sample program's kernel > (nbody_kernel.cu) using clang/LLVM version 3.2. The nbody CUDA program is > available in Nvidia's SDK. > > I am referring to https://github.com/jholewi...
2000 Mar 15
0
Re: IPMASQ and lock-up of all terminals ---- Sum mary and update
...8 Apr 2000 08:34:12 -0000 Received: (qmail 14020 invoked by uid 501); 8 Apr 2000 08:28:46 -0000 Received: (qmail 14008 invoked from network); 8 Apr 2000 08:28:46 -0000 Received: from mail.redhat.com (199.183.24.239) by lists.redhat.com with SMTP; 8 Apr 2000 08:28:46 -0000 Received: from electron.upit.ro (qmailr@[193.230.35.20]) by mail.redhat.com (8.8.7/8.8.7) with SMTP id EAA26724 for <linux-security@redhat.com>; Sat, 8 Apr 2000 04:28:43 -0400 Received: (qmail 7909 invoked by uid 500); 8 Apr 2000 10:22:45 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP;...
2013 Mar 18
2
[LLVMdev] UNREACHABLE executed! error while trying to generate PTX
I am trying to generate PTX code for 'nbody' sample program's kernel (nbody_kernel.cu) using clang/LLVM version 3.2. The nbody CUDA program is available in Nvidia's SDK. I am referring to https://github.com/jholewinski/llvm-ptx-samples project. Following are my commands, clang++ -O4 -S -I/usr/local/cuda/include -emit-llvm -target nvptx64 nbody_kernel.cu -o nbody_kernel.ll
2000 Apr 03
1
Re: IPMASQ and lock-up of all terminals ---- Sum mary and update
In article <27BC18174C3CD2118F6000A0C99E423E026A17F3@CRPHEX02.NAVSSES.NAVY.MIL>, <MeriwetherDJ@nswccd.navy.mil> wrote: >Well, last night, my box was hit again.. same symptoms: > >All attempts to connect remotely receive a connection, but a login prompt >never comes up. What about other servers that this machine is running? Do they all hang, or can you get a response from