Displaying 20 results from an estimated 34 matches for "nave".
Did you mean:
name
2015 May 25
4
[LLVMdev] LLVM profiling
...-insert-edge-profiling hello.bc -o hello-edge.bc
but I get the error that option "-insert-edge-profiling" is unknown. Can
you please help me to solve the issue. Please note that I am following the
paper available at this link
http://llvm.org/pubs/2010-12-Preuss-PathProfiling.pdf
Thanks
Naveed Ul Mustafa
2016 Nov 28
2
Translation of custom attribute (defined for variables) from clang to llvm
...%1 = alloca i32, align 4, Affinity
Where affinity is an unsigned number, provided at time of variable
declaration using custom attribute as shown below
unsigned int Affinity=1;
__attribute__((myCustomAttr(Affinity))) volatile unsigned int a = 5;
Can you please guide me?
Thanks in advance
---
Naveed Ul Mustafa
On 2016-11-25 14:20, John Brawn wrote:
> If you want the clang attribute to have an effect on the LLVM IR that
> is generated then you need to modify the relevant parts of
> clang/lib/CodeGen to do whatever it is you want to do. For local
> variables it looks like EmitAuto...
2016 Nov 25
3
Translation of custom attribute (defined for variables) from clang to llvm
...fined attribute (i.e.
moviAttr(unsigned int))) so that i can use it later for code generation.
Syntax of adding my custom attribute in code snippet above is correct,
since clang doesnt generate any error.
do you think there is anyother reason for my custom attribute to not
appear in IR?
---
Naveed Ul Mustafa
On 2016-11-25 13:44, Asit Dhal wrote:
> Hi,
>
> I think, the syntax is wrong.
> You can try this way..
>
> #DEFINE NEWATTR __ATTRIBUTE__((ANNOTATE("MOVIATTR")))
>
> int main()
> {
> NEWATTR volatile unsigned int a = 5;
> VO...
2015 May 28
1
[LLVMdev] Opt option -dot-edge-numbers
...f LLVM. This release supports
-insert-edge-profiling option for opt. But it doesnt provide/supports the
-dot-edge-numbers option.
Where can I find the file implementing this option (e.g, the source file
for edge profiling is located in lib/transforms/instrumentation)?
Please help me out.
Thanks
Naveed Ul Mustafa
2004 Aug 14
1
linux client not working properly
...yes
; only guest = yes
read only = no
writable = yes
printable = no
create mask = 777
directory mask = 777
force create mode = 0777
force group = todos
force user = todos
write list = @abogados, @adm_anc, @adm_rh, @archivos, @cobros,
@comunicacion, @contabilidad, @judicial, @marcas, @migracion, @naves,
@opadrmh, @pool, @receptel, @recursosh, @secresoc, @serv_grl, @sistemas,
@sociedades, @socios, @traducc, secsoc52, pool0, pool1, pool2, pool3, pool7,
pool5, pooladm, secsoc55, secsoc51, secsoc50, secsoc63
# The following two entries demonstrate how to share a directory so that two
# users can pla...
2016 Nov 25
2
Translation of custom attribute (defined for variables) from clang to llvm
...quot;unsafe-fp-math"="false"
"use-soft-float"="false" }
attributes #1 = { argmemonly nounwind "target-cpu"="myriad2.2" }
Can someone help me please to solve the problem so that custom attribute
also appears in the IR.
Thanks in advance
--
Naveed Ul Mustafa
2016 Dec 13
1
Lowering the metadata attached to an instruction down to Pattern Instruction Selection pass
...oreg, 7;
mem:Volatile ST4[%x] IRF32:%vreg3
%vreg4<def> = LSU_LDO_i32_Myr2 <fi#1>, 0, pred:1, pred:%noreg, 7;
mem:Volatile LD4[%x] IRF32:%vreg4
%I18<def> = COPY %vreg4; IRF32:%vreg4
SHAVE_RETURN %I18
# End machine code for function main.
Thanks for any helpful response.
--
Naveed Ul Mustafa
2019 Oct 30
0
[PATCH] iommu/virtio: Remove unused variable
On Fri, Oct 25, 2019 at 01:13:40PM -0300, Cristiane Naves wrote:
> Remove the variable of return. Issue found by
> coccicheck(scripts/coccinelle/misc/returnvar.cocci)
>
> Signed-off-by: Cristiane Naves <cristianenavescardoso09 at gmail.com>
> ---
> drivers/iommu/virtio-iommu.c | 3 +--
> 1 file changed, 1 insertion(+), 2 dele...
2008 Oct 28
1
Get ip address
Hi,
I need write a script to get number of connections of a IP list
that is ESTABLISHED. I?m using Solaris 10, then i can?t use ip probe.
--
+++++++++++++++++++++++++++++++++++++++++++++++
Wesley Naves de Faria
Analista de Suporte
SCSA - Sun Certified System Administrator for Solaris 10
SCNA - Sun Certified Network Administrator for Solaris 10
FreeBSD / OpenBSD / Linux
+++++++++++++++++++++++++++++++++++++++++++++++
2005 Mar 23
1
Question on Inheriting Permissions
...all the orther users
to have read, write.
I have these permissions set on the directory art. Is there a way to
configure my smb.conf so that any file that gets created in or copied to
this directory to have these permissions and, if possible, to be owned by
the above user and group?
Thanks,
Tom Naves
System Administrator
Orthodyne Electronics
2004 Sep 28
1
[Patch] rsync-2.6.2: Allow 'port = N' in rsyncd.conf
...t number).
Note that this parameter only takes effect when the server is started, not
when clients connect. Also, specifying the port in rsyncd.conf takes
precedence over --port on the command line, which seems to match the
precedence of other server parameters.
Cheers,
Demian
--
Demian M. Nave | dnave@psc.edu | www.psc.edu/~dnave | Ph 412 268-4574
Pgh. Supercomputing Ctr. | 4400 Fifth Avenue | Pittsburgh, PA 15213
| "Our scientific powers have outrun our spiritual powers; we have guided
| missles and mis-guided men." - Martin Luther King
-------------- next part ----------...
2005 May 05
3
body of non-visible function
...llo,
Is there any possibility in R to see the body of the non-visible
function, for
example princomp?
If I do :
> methods(princomp)
so, I get that princomp.default and princomp.formula are non-visible
functions and
body(princomp.default) doesnt show it.
In particular, I guess I have a very nave question
Id like to see how scores calculation is implemented in the function
princomp. Because when I multiply my data matrix on the matrix of loadings
>data.matrix %*% princomp(data.matrix, scores=T)$loadings
I get different result than just doing
>princomp(data.matrix, scores=T)$scores...
2011 Nov 29
7
gem for storing and tracking changes
Hi people
I want to know which is the best gem or plug-in to store and track
register changes for a rails 3.0.9 app
Hope you can help me, thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2005 Dec 05
1
data frames, na.omit, and sums
...ve for a semester, I know how to select the
enrollment columns using grep(). What I'd like to do is calculate
the total credits generated by taking the dot product of each row
with a vector whose components are the credit hour values of each
course in my data frame. Of course, I'd nave to account for the NA
values in my data frame, but in the past I've had decent luck with
using na.omit() and na.action() to select the non-NA components of a
vector. Unfortunately, na.omit is absolutely no working with my
dataframe; it just returns the names of all the columns!
Until I...
2004 Dec 02
1
Microsoft Office XP Install problems on wine
I'm trying to install Office XP on Fedora 3, with the 12/1/2004 wine build from
the source. I tried the suggestions given by Ronald Nave on Dec 2/2004
(installing DCOM98, windows installer), but to no avail, and I get the following
errors, any help/suggestions are appreciated!
------------------------------------
fixme:wininet:FindFirstUrlCacheEntryA ((null), 0x7fd943b0, 0x5b41ea38): stub
fixme:msi:MsiQueryProductStateA "{901...
2004 Dec 02
2
installing Microsoft Office under wine
...the KDE desktop.
The 12/1/2004 version of wine was compiled from a tar down load using
gcc 3.4.3-3
The following error messages were displayed when I attempted to install
The MS OFFIce Cd
on a fully updated Fedora 3 computer running the 2.6.9-1.681_FC3smp kernel.
wine error listing :
[ronnave@RonsLinuxBox cdrecorder]$ ls
autorun.inf MSI OSESETUP.INF SETUP.EXE SETUPSE.INI SYSTEM
DATA1.MSI MSOWC.CAB ows.msi SETUP.HLP SP SYSTEM95
IE5 MSOWC.MSI PFILES setup.ini SQL SYSTEMNT
LICENSE.TXT OFFICE1.CAB README.DOC SETUPSE...
2005 Feb 26
0
TaxCut 2004 on Wine
...submission to the IRS. Eventually I hope to build a new computer with only fedora and
no windows partition. Hopefully by that time wine will allow me to move all of
my windows apps from my current machine and run under linux with wine.
That appears to be at least another year in the future .
R Nave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20050226/56d82a01/attachment.html
2004 Dec 02
1
problems installing MS Office on wine
I am attempting to install MS Office 2000 on a Fedora 3 system with the
latest 12/1/2004 wine
built from source.
I was getting multiple errors followed by the wine debugger aborting.
Based on information from the user group I have installed dcom98.exe
( by downloading dcom98.exe and running wine dcom98.exe )
This appeared to work , but produced a warning message ( newer version of
dcom
2008 Jun 26
2
[Bug 10840] Swfdec should support AVM2
http://bugs.freedesktop.org/show_bug.cgi?id=10840
Pekka Lampila <pekka.lampila at iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patrys at pld-linux.org
--- Comment #12 from Pekka Lampila <pekka.lampila at iki.fi> 2008-06-26
2011 Mar 14
1
AOV() may misslabel random effects.
Greetings,
The aov() function may mislabel
the random effects as in the example below:
Has anybody else noticed this?
Cordially,
Giles Crane, MPH, ASA, NJPHA
gilescrane at verizon.net
> m2
Call:
aov(formula = y ~ ap + pe + Error(ju), data = d)
Grand Mean: 77.50667
Stratum 1: ju
Terms:
ap
Sum of Squares 4322.538
Deg. of Freedom 12
13 out of 25 effects not