search for: hip

Displaying 20 results from an estimated 166 matches for "hip".

Did you mean: hi
2008 Aug 29
0
HIP rpms for Centos 5.2
For anyone that is interested in looking at HIP, I have posted the latest HIP build on my server: http://htt-consult.com/~rgm/hip/ You don't need the src rpm, the others will do. Since we do not have the IPsec ESP BEET mode patch (http://www.ietf.org/internet-drafts/draft-nikander-esp-beet-mode-09.txt) for the 2.6.18 kernel (it is in t...
2005 Aug 09
4
Too slow computer?
Hello! I''ve put some questions on this list some weeks ago and I''ve got good answers. Thank you! Now I''ve finished my (beautyful) script and I ran it on my router... About my script: It routes packages based on their destination on the Internet. I have about 1650 preffered destination networks listed in some file. The script read this file and marks every package for
2006 Jan 24
3
Is local originated traffic affected?
Hi! I built some rules to shape traffic from my linux router in both dirrections: to the Internet and to the LAN. When i apply the rules my computer cannot acces the Internet or the LAN. Is this behavior normal? Do I need to write some rules for local IPs of my router? (I have sevaral, both on the internal and the external NICs.) Thank you for any advice! Sorin.
2015 Feb 09
0
Error when removing kernel oplock
...or does not appear to be created. At the same time in the samba log there are many messages like [2015/02/02 14:02:05.545710, 0, pid=32169, class=locking] ../source3/smbd/oplock_linux.c:184(linux_release_kernel_oplock) linux_release_kernel_oplock: Error when removing kernel oplock on file jt2/HIP.gdb/GDB_SystemCatalog.WIN-SA4UFI59NRG.4960.rd.lock, file_id = fc31:98000012f:0, gen_id = 2057849019. Error was Resource temporarily unavailable [2015/02/02 14:02:05.556290, 0, pid=32169, class=locking] ../source3/smbd/oplock_linux.c:184(linux_release_kernel_oplock) linux_release_kernel_oplock: E...
2005 Nov 24
0
Will this work?
Hi people! Will this filter work? # the traffic for MAN - match IP & MARK $tc filter add dev $EXT1 parent 1: protocol ip prio 0 handle 0x1 fw u32 match ip src $IP flowid 1:B$hIP $tc filter add dev $INT1 parent 1: protocol ip prio 0 handle 0x1 fw u32 match ip dst $IP flowid 1:B$hIP # the traffic for Internet - match IP only (what is left after MAN filter) $tc filter add dev $EXT1 parent 1: protocol ip prio 0 u32 match ip src $IP flowid 1:C$hIP $tc filter add dev $INT1 pare...
2012 Aug 07
1
(no subject)
hi,? I'm working on a research project where we're looking at the changing resonances in femur bones during hip replacement operations. basically, I've got a spreadsheet with one column listing frequencies in 5Hz bands and 3 columns showing the amplitude of that frequency when the bone is loose, medium to tight (referring to the tension of the reamer/chisel creating a cavity for the hip replacement).? I&...
2008 Dec 02
5
OpenChrome video driver for Centos
I can find xorg-x11-drv-openchrome-0.2.901-1 for EL5, but not the current xorg-x11-drv-openchrome-0.2.903-1 (which only goes from FC8 on). Since my OQOs have the CX700M2 chip and there are listed enhancements for this chip in the 903 version, I would really like to get it...
2019 Nov 13
2
AMDGPU and math functions
There certainly is support; after all AMD supports both OpenCL and HIP (a dialect of C++ very close to cuda). AMD device libraries (in bitcode form) are installed when ROCm ( https://rocm.github.io/ ) is installed. AMD device libraries are mostly written in (OpenCL) C and open source at https://github.com/RadeonOpenCompute/ROCm-Device-Libs . They are configured by...
2015 Sep 03
5
LLVM as a back end for HHVM
Hi All, Our team at Hip-Hop Virtual Machine (http://hhvm.com<http://hhvm.com/>) have been experimenting with using LLVM as a code generator for x86-64. We have been successfully running it for quite some time as a secondary back end. We had to modify our version of LLVM and our mods were based on 3.5 release. At thi...
2008 Dec 14
19
regarding vpn server for 1500 clients
Hi list, I have to build vpn server for 1500 clients. No encryption necessary. can anyone please recommend me vpn server. I do not have experience on vpn. I have tested openvpn on my test setup, & its working fine. I want to check if there any other vpn server available. I have not checked but can pptp vpn be usefull? My requirement is to connect 1500 clients on vpn server. Need
2009 Jan 05
3
Don''t Shout at your JBODs
http://www.youtube.com/watch?v=tDacjrSCeq4 I wonder if the inverse is true. If I whisper soothing words of encouragement at my JBODs, will I get more IOPS with reduced latency? :^)
2008 Aug 26
8
establish a 128 bit encrypted tunnel between centos 5.2 boxes
Is there an easy way or anyway to establish a 128 bit encrypted tunnel between a handful of centos 5.2 boxes? I am not familiar with this at all. Jerry
2020 Jul 09
5
[RFC] Moving (parts of) the Cling REPL in Clang
...another RFC and send it here later on to gather feedback. Extend and Generalize the OpenCL/CUDA Support in Cling --- Cling can incrementally compile CUDA code [7-8] allowing easier set up and enabling some interesting use cases. There are a number of planned improvements including talking to HIP [9] and SYCL to support more hardware architectures. The primary focus of our work is to upstreaming functionality required to build an incremental compiler and rework cling build against vanilla clang and llvm. The last two points are to give the scope of the work which we will be doing the...
2009 Jan 30
2
question on /etc/defaults
My colleague, doing the HIPL development, principally uses ubuntu and although he is now building the Fedora/Centos rpms for me, he leaves much of the testing to me..... Anyway for any kernel prior to 2.6.27, I have to run the hip code in userspace, not kernel space. This is due to the ESP BEET patch. There is a specif...
2020 Jul 10
4
[cfe-dev] [RFC] Moving (parts of) the Cling REPL in Clang
...edback. >> >> >> Extend and Generalize the OpenCL/CUDA Support in Cling >> --- >> >> Cling can incrementally compile CUDA code [7-8] allowing easier set up and enabling some interesting use cases. There are a number of planned improvements including talking to HIP [9] and SYCL to support more hardware architectures. >> >> >> >> The primary focus of our work is to upstreaming functionality required to build an incremental compiler and rework cling build against vanilla clang and llvm. The last two points are to give the scope of the...
2019 Jul 15
2
A libc in LLVM
...>> * Provide C symbols as specified by the standards, but take advantage > >> and use C++ language facilities for the core implementation. > > Does this mean C programs would require a C++ runtime? If not, how will > the project ensure that? > > Shooting from the hip: no. Turning off exceptions, RTTI, and static > initializers (i.e., things which require a guard variable) is probably > enough to obviate the need for the runtime. What about bits of the standard library that are not header-only? My guess is that the set of those things may be platform-dep...
2020 Jul 10
3
[cfe-dev] [RFC] Moving (parts of) the Cling REPL in Clang
...the OpenCL/CUDA Support in Cling >>>> --- >>>> >>>> Cling can incrementally compile CUDA code [7-8] allowing easier set >>>> up and enabling some interesting use cases. There are a number of >>>> planned improvements including talking to HIP [9] and SYCL to >>>> support more hardware architectures. >>>> >>>> >>>> >>>> The primary focus of our work is to upstreaming functionality >>>> required to build an incremental compiler and rework cling build >>>&g...
2013 Mar 06
4
Apache attacks - you can't stop them, or can you?
So I have this nice, simple web server up running. Its purpose is to allow me external testing with HIP, and to provide some files for external distribution. Of course, there it is sitting on port 80 and the attacks are coming in per logwatch report. Examples from the report include: Requests with error response codes 404 Not Found //phpMyAdmin-2.5.1/scripts/setup.php: 1 Time(s)...
2006 Jan 17
2
[Icecast-dev] metadata fallback mounts
...fallback /playlist.ogg. In the config file I added metadata for the /play.ogg mount point that looks like this: <mount> <mount-name>/play.ogg</mount-name> <stream-name>Beathead Broadcasts</stream-name> <stream-description>Homebrew Broadcasts for Hip Beatheads</stream-description> <stream-url>www.beathead.net</stream-url> <genre>beats</genre> <fallback-mount>/live.ogg</fallback-mount> <fallback-override>1</fallback-override> <fallback-when-full>1</fallback-...
2015 Oct 22
2
PHP version not enough for developers
Kai, It is a reality, but when you look at the RHEL target audience, it's not exactly hip devs deploying Docker in the cloud. Big corps, banks and the like have a very slow development cycle and long term support is absolutely crucial, software needs to run for years on end without glitches, without interruptions, in a very predictable manner etc. For the aforementioned devs I think th...