search for: undu

Displaying 20 results from an estimated 83 matches for "undu".

Did you mean: und
2014 Sep 29
3
Is it safe to go from CentOS6.5 to CentOS 7 at this time
...to my grid and am trying to identify the advantages and disadvantages of going to CentOS7. The good part is, that I have some tolerance for backing out and installing CentOS6.5 if 7 does not work out. I read the comments about what CentOS7 brings but want to make sure that I am not introducing undue risk. Not seen a lot of issues with it. I also have a small private cloud (VMWare esxi) and wanted to know if anyone was using CentOS7 there. The basic question: Should I be holding off a little longer on going to CentOS7 in production? Thanks Dan
2005 Mar 11
4
VoipJet Terms of Service
...there's the NDA: People are specifically prohibited from telling anyone that they use VoipJet, including "end users". Also, we can't tell people what we pay for it, even though the prices are right there on their website. This one really bothers me. I feel it is an undue restriction on my free speech. Why should I waive the right to share my experiences with companies with others just because I have bought their services? There have been many people on this list and in #asterisk that have publically violated this NDA. I wonder why people choose to d...
2012 Sep 11
2
R equivalent of python module structure and functionality?
...quivalent' of how python supports this usecase. details: As discussed in the thread beginning https://stat.ethz.ch/pipermail/r-help/2012-September/323255.html I have a script https://github.com/TomRoche/GEIA_to_netCDF/blob/master/netCDF.stats.to.stdout.r that takes named arguments without undue pain. I would also like to be able to call it as a function from other scripts. How to do that in R? In case that's not specific enough :-) I know how to structure files/ modules in python like http://python.net/~goodger/projects/pycon/2007/idiomatic/cmdline.py (i.e., generically, http://py...
2014 Dec 15
2
[LLVMdev] Memory alignment model on AVX, AVX2 and AVX-512 targets
...3:57 AM To: Demikhovsky, Elena Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Memory alignment model on AVX, AVX2 and AVX-512 targets FWIW, this makes sense to me. I'd be interested to hear from folks that are supporting AMD processors which do support AVX to ensure that there isn't an undue runtime penalty for these. On Sun, Dec 14, 2014 at 7:08 AM, Demikhovsky, Elena <elena.demikhovsky at intel.com<mailto:elena.demikhovsky at intel.com>> wrote: Hi, I think that def FeatureVectorUAMem : SubtargetFeature<"vector-unaligned-mem",...
2011 Feb 22
1
Domain controller could not be contacted
I recently upgrade a Samba server, that was happily acting as a PDC for a school, from 3.2 to 3.4.7. This was done via an upgrade to Ubuntu (from 9.04 to 10.04LTS). Of course, the Ubuntu upgrade caused a bunch of issues, most of which were managed without undue stress. The remaining issues are with Samba's configuration. This is a fairly simple Samba configuration using the TDB password backend, no LDAP. After the upgrade, domain logons do not work, nor can new machines be joined to the domain. From a Windows XP machine, attempting to log on gives...
2014 Dec 14
2
[LLVMdev] Memory alignment model on AVX, AVX2 and AVX-512 targets
Hi, I think that def FeatureVectorUAMem : SubtargetFeature<"vector-unaligned-mem", "HasVectorUAMem", "true", "Allow unaligned memory operands on vector/SIMD instructions">; should be switched-ON on AVX and AVX-512 instructions because: According to the AVX spec: "Most arithmetic and
2021 May 24
1
TLS support in NUT
...recognize that use of Python introduces an additional language constraint into the project, but the large user base of Python means that support will be available, and that interfaces such as Python/OpenSSL will remain up-to-date. In early versions of NUT the C code was crafted not to generate undue cpu load, but now, processors are more than able to process the same function in Python. The scripts are thoroughly documented in a new Part 2 to the Configuration Examples version 2.0. In addition to Python's own error messages which are well done, the option -D provides detailed debuggi...
2007 May 31
3
zfs boot error recovery
hi all, i would like to ask some questions regarding best practices for zfs recovery if disk errors occur. currently i have zfs boot (nv62) and the following setup: 2 si3224 controllers (each 4 sata disks) 8 sata disks, same size, same type i have two pools: a) rootpool b) datapool the rootpool is a mirrored pool, where every disk has a slice (the s0, which is 5 % of the whole disk) and this
2005 Oct 11
8
resize images
Hi, I am looking for the best solution to resize images to fit within a certain area. The images will only be made smaller if they will not fit within a fixed size area. It is important to maintain the same proportions. This ImageMagick extension looks promising: http://vantulder.net/rails/magick/ However, I believe it may be overkill for just resizing images sometimes. I have also seen a
2020 Aug 09
2
[RFC] Introducing convergence control bundles and intrinsics
...peration (under such a proposal). Worse, the part of the IR which makes the short-cutting incorrect -- i.e., the affected convergent operation -- is potentially far away from the paths that we're short-cutting. We want to avoid this "spooky action at a distance" because it puts an undue burden on generic code transforms. The Solution ------------ We introduce explicit annotations in the IR using "convergence tokens" that "anchor" a convergent operation with respect to some other point in control flow or with respect to the function entry. The details are...
2015 Jul 19
3
[LLVMdev] [RFC] Developer Policy for LLVM C API
On Jul 18, 2015, at 11:27 AM, Hal Finkel <hfinkel at anl.gov> wrote: >> I am strongly in favor of moving the bindings, C or otherwise, to >> another project. > > I agree. From my viewpoint we have two primary problems with the C API: > > 1. Many of the LLVM contributors don't use it, and thus, don't have a great understanding of how it can be most-usefully
2016 Jun 01
2
GV98 adapter, experience with nouveau
...However, kind soul on IRC pointed out that it's a G98 really, 'GeForce 9300 GS or 8400 GS'. Proprietary NVIDIA drivers: * 340.96 installs okay, console works, but X doesn't start, with unspecified error occuring when trying to initialise hardware (-19); * 304.131 works, with no undue surprises. I've experienced a lot of problems with nouveau driver (as packaged for Slackware on Dec 16, 2015; build date in logs: '19 November 2015 12:46:02AM'): 1) Console does not initialise the output correctly if video mode is not restricted to 640x480 by kernel command line...
2020 Aug 17
2
[RFC] Introducing convergence control bundles and intrinsics
...posal). Worse, the part of the IR which makes the short-cutting > > incorrect -- i.e., the affected convergent operation -- is potentially > > far away from the paths that we're short-cutting. We want to avoid > > this "spooky action at a distance" because it puts an undue burden on > > generic code transforms. > > > > > > The Solution > > ------------ > > We introduce explicit annotations in the IR using "convergence tokens" > > that "anchor" a convergent operation with respect to some other point > &...
2020 Aug 17
2
[RFC] Introducing convergence control bundles and intrinsics
...of the IR which makes the short-cutting > >>> incorrect -- i.e., the affected convergent operation -- is potentially > >>> far away from the paths that we're short-cutting. We want to avoid > >>> this "spooky action at a distance" because it puts an undue burden on > >>> generic code transforms. > >>> > >>> > >>> The Solution > >>> ------------ > >>> We introduce explicit annotations in the IR using "convergence tokens" > >>> that "anchor" a conv...
2019 Aug 12
2
Bazel support
...has been working on LLVM long enough will remember the headaches we had as a community when we supported both CMake and autoconf as primary build systems. Frequently changes would break one or the other build system, we had lots of issues with autoconf versioning, and it was generally considered an undue burden on the community to have more than one build system. To justify adding a new build system I think one big question we would need to answer is what does this get us that we *can't* get from CMake, and does that justify the burden? In your initial email you mentioned remote builds and c...
2018 Jan 29
1
Addressing the problem of noisy GPUs under Nouveau
...gt;> Have the productive discussions panned out? Yes, we concluded our discussions, and decided that I should study the situation and write some documentation. I just finished my research and writeup late last Friday, though, so my colleagues haven't had a chance to review it. Not to put undue pressure on them, but I'm hoping that will go quickly now. The long pole is done. :) I was going to wait until the review was done, to respond, but I wanted to ACK this and to let you know that I do realize that the tables below are not directly answering your question. (What happened here...
2015 Jul 20
4
[LLVMdev] [RFC] Developer Policy for LLVM C API
...(tests and all) and we can possibly look at bringing it back > into tree at some point in the future. For example, if someone comes up with > a good "libjit" api then we can look at how the API design works and make > sure it's general enough that it's not going to cause undue solidification > of the existing APIs. > > Caveat: I'm not talking about the existing libclang or liblto libraries. > Those seem to work and have a small enough API surface that they seem > reasonable to support and we can move to a new API if they seem to be > hindering deve...
2006 Feb 11
9
Textmate Backtracer 1.0
Originally posted at http://blog.inquirylabs.com/2006/02/11/textmate- backtracer-10/ == Announcing Version 1.0 == The backtracer has been around for a while now, and seems to have done its job well enough to deserve a 1.0 mark. == What Is It? == Whenever a Rails exception occurs, it spits out a backtrace full of filenames and line numbers. I?ve often thought, ?Wouldn?t it be nice if I
2019 Sep 09
3
Google’s TensorFlow team would like to contribute MLIR to the LLVM Foundation
On Mon, 9 Sep 2019 at 22:22, Chris Lattner <clattner at google.com> wrote: > Including a bunch of content, eg a full langref doc: > https://github.com/tensorflow/mlir/blob/master/g3doc/LangRef.md Thanks Chris, that looks awesome! This one could perhaps be improved with time: https://github.com/tensorflow/mlir/blob/master/g3doc/ConversionToLLVMDialect.md Which I think was Hal's
2011 Apr 01
1
Apply the google summer code (additional idea)
Hi all: As I have gone through the The Xapian-devel Archives, it seems many people would like to do the project "weight schemes" and few would like to do the CJK project. I am a native speaker of Chinese and I learned a little Korean and Japanese, so if possible, I would like to apply this projects too. Fan Zhang -- My Homepage: http://sites.google.com/site/zhfan555/ PhD Student at