Displaying 20 results from an estimated 2000 matches similar to: "ENC paramater interpolation in ENC, and inline templates"
2007 Jul 07
0
tc u32''s indev paramater
After checking f_u32.c sources, there''s one extra parameter parsed - indev,
that is nowhere described - not even in commandline help or in excellent
Russell''s documentation.
Does anyone know, what''s the purpose of it ?
2007 Mar 12
1
write list doesn't override read only paramater
Hi all,
I'm trying to set up a share that is readable by everyone, but writable
by only a few. From my understanding, this should work:
[audio]
path = /tank/media/Audio
comment = Audio Files
write list = sound, @"Domain Admins", @"Associate Admins"
force user = data
force group = other
read only = Yes
The user sound (who
2002 Mar 13
2
MASS Library
Hi,
I was just trying out an example on Page 247 of the MASS (Modern Applied
Statistics with S-plus) book and saw the function "negexp.ival".
It says it is supplied in the MASS library, however when I load the
library in R and typed:
negexp.ival
it says:
Error: Object "negexp.ival" not found
Does it mean it only appears in the MASS library for S-plus?
2009 Jun 01
5
Changing a Regedit and Half Life/CS Out
Good Afternoon!!
I installed MuOnline game and it was issues in fonts ( text ). Then I fixed it changing key HKEY_CURRENT_USER\Software\Wine\X11 Driver
string: ClientSideAntiAliasWithCore value: N
string: ClientSideAntiAliasWithRender value: N
After that I don' t get run Counter Strtike 1.6 No Steam neither Half Life. Above is my output and I 'd like to know : are there interconnections
2005 Jun 05
0
[PATCH] line endings fix
On Sat, Jun 04, 2005 at 08:00:45AM -0700, Ralph Giles wrote:
> The replay gain code has dos line endings in CVS, which causes problems
> for the Sun compiler, among others. Attached is a patch for the lazy,
> but it's probably easier to fix locally and commit.
Now with actual patch...
-r
-------------- next part --------------
Index:
2017 Sep 13
2
How to add optimizations to InstCombine correctly?
Hi,
I am working on PR34474 and try to add a new optimization to
InstCombine. Like in other parts of the visitMul function I add a Shl
through the IR builder and create a new BinaryOp which I return from
visitMul. If I understand correctly the new BinaryOp returned from
visitMul should replace the original Instruction in the Worklist.
However, I end up in an infinite loop and the Instruction
2001 May 01
0
SSfpl self-start sometimes fails... workaround proposed
Hello,
nls library provides 6 self-starting models, among them: SSfp, a four
parameters logistic function. Its self-starting procedure involves several
steps. One of these steps is:
pars <- as.vector(coef(nls(y ~ cbind(1, 1/(1 + exp((xmid - x)/exp(lscal)))),
data = xydata, start = list(lscal = 0), algorithm = "plinear")))
which assumes an initial value of lscal equal to 0. If lscal
2015 Apr 06
2
[LLVMdev] inconsistent wording in the LangRef regarding "shl nsw"
The LangRef says this for left shifts:
"If the nsw keyword is present, then the shift produces a poison value
if it shifts out any bits that disagree with the resultant sign bit."
... (1)
followed by
"As such, NUW/NSW have the same semantics as they would if the shift
were expressed as a mul instruction with the same nsw/nuw bits in (mul
%op1, (shl 1, %op2))." ... (2)
But
2017 Sep 13
3
How to add optimizations to InstCombine correctly?
There is in fact a transform out there somewhere that reverses yours.
define i64 @foo(i64 %a) {
%b = shl i64 %a, 5
%c = add i64 %b, %a
ret i64 %c
}
becomes
define i64 @foo(i64 %a) {
%c = mul i64 %a, 33
ret i64 %c
}
~Craig
On Wed, Sep 13, 2017 at 10:11 AM, Craig Topper <craig.topper at gmail.com>
wrote:
> Your code seems fine. InstCombine can infinite loop if some other
2017 Sep 14
3
How to add optimizations to InstCombine correctly?
Hi Craig,
thanks for digging into this. So InstCombine is the wrong place for
fixing PR34474. Can you give me a hint where such an optimization should
go into CodeGen? I am not really familiar with stuff that happens after
the MidLevel.
Cheers,
Michael
Am 13.09.2017 um 19:21 schrieb Craig Topper:
> And that is less instructions. So from InstCombine's perspective the
> multiply is
2017 Sep 19
0
How to add optimizations to InstCombine correctly?
I am currently improving the D37896 to include the suggestions from
Chad. However, running the lit checks for the x86 backend I observe some
changes in the generated MC, e.g.:
llvm/test/CodeGen/X86/lea-3.ll:13:10: error: expected string not found
in input
; CHECK: leal ([[A0]],[[A0]],2), %eax
^
<stdin>:10:2: note: scanning from here
orq %rdi, %rax
^
<stdin>:10:2:
2017 Sep 16
2
How to add optimizations to InstCombine correctly?
This conversation has (partially) moved on to D37896 now, but if possible I was hoping that we could perform this in DAGCombiner and remove the various target specific combines that we still have.
At least ARM/AARCH64 and X86 have cases that can hopefully be generalised and removed, but there will probably be a few legality/perf issues that will occur.
Simon.
> On 14 Sep 2017, at 06:23,
2017 Sep 19
0
How to add optimizations to InstCombine correctly?
Hi Sanjay,
thanks for enlighten me on terms of tests. I assume I have to run the test-suite benchmarks to check for regressions? Is there a guide to get the metrics from the benchmarks?
Cheers,
Michael
BTW the beginner tag for bugs was really a good idea to get started with contributing to llvm.
On Tue, Sep 19, 2017 at 3:58 PM +0200, "Sanjay Patel" <spatel at
2013 Aug 21
1
Trouble with ENC and static.pp : enabling ENC fails to find node even with default node in site.pp
I''m having some trouble with getting an ENC to work alongside site.pp:
Even with a ''default'' node definition, and an ENC that only returns 0,
regardless of input, consistently results in a ''cannot find node'' error.
I''m wondering what I''ve missed here.
I''ve tried to reduce everything to a ''base case'': and
2018 Mar 22
2
[SamLogon, network] vs [Kerberos KDC, ENC-TS Pre-authentication]
Hi,
This is just curiosity.
We are monitoring failed logons, and there seem to be three types:
- LDAP,simple bind/TLS
(obious, failed ldap logons)
and these two:
- SamLogon,network
- Kerberos KDC,ENC-TS Pre-authentication
Could someone explain what (the difference between) these two types is?
Google doesn't really seem to help.
MJ
2012 Jun 26
0
Request for Feedback - What do you want in an ENC
Help me produce the best ENC service/api possible by giving me your user
stories, feature requests, and anything that would make a *new* ENC
awesome. Don''t worry about justifying your feature or user story, I want
all ideas, even crazy ones.
*What am I building?*
Right now my focus is on building the best ENC service/api possible. This
will be a combination of a new data and
2012 Aug 05
1
Find out what "native.enc" corresponds to
Hi!
I'm using R2HTML in my RcmdrPlugin.temis package to output localized
strings to a HTML file. Thus, I insert a simple header at the top of the
file to specify what encoding is used; if I don't do that, Web browsers
assume it is latin1, which is not always true.
My problem is, I could not find a way to detect what encoding is used by
R2HTML in the most general case. R2HTML simply calls
2012 Jul 18
1
create_resources function and puppet enc
Hi,
I am trying to create multiple users using puppet. I have created a ENC and
trying to use class wrapped defined types with create_resources function.
For some reason things are falling apart. I would really appreciate some
help on these
Here are the details about my classes and configuration
http://serverfault.com/questions/409001/create-resources-function-and-puppet-enc
--
You
2007 Oct 29
0
ENC a simple example
So on the heels of the ENC discussion in another thread I figured I''d put up
what I''m currently working on from an external nodes perspective as a simple
example. Then let everyone tear into it... :)
I have a very basic external_nodes script:
--start--
#!/usr/bin/perl
use strict;
use warnings;
use YAML qw( Dump LoadFile );
my $vardir = ''/etc/puppet'';
my
2012 Jul 25
0
Has anyone written an ENC script that uses EC2 tags for classification purposes?
I''m thinking it should be fairly simple to have a puppetmaster call
out to an ENC script that queries the EC2 API to get tags for
classification purposes, and would be surprised if someone hasn''t
already written an ENC script to do this.
I''m thinking this will help let nodes in autoscaling groups get
classified, however that does still leave the issue of certs.
Thanks,