search for: alberto

Displaying 20 results from an estimated 847 matches for "alberto".

Did you mean: albert
2015 Jan 28
6
problem giving setting user permissions on specific folder
...or this user but it does not work. I can not access the folders If I try server ~ # smbclient //server/folder1 -U username Enter username's password: Domain=[INTERN] OS=[Unix] Server=[Samba 3.6.23] tree connect failed: NT_STATUS_ACCESS_DENIED i get that. Can anyone please help me? Thanks Alberto
2019 Jan 11
3
upgrade to 4.8.3 authentication not work without specifying domain
If the clients login locally and not in a domain. Then tell you users to use .\loginname Greetz, Louis > -----Oorspronkelijk bericht----- > Van: Alberto Maria Fiaschi [mailto:alberto.fiaschi at estar.toscana.it] > Verzonden: vrijdag 11 januari 2019 10:16 > Aan: L.P.H. van Belle > CC: samba at lists.samba.org > Onderwerp: Re: [Samba] upgrade to 4.8.3 authentication not > work without specifying domain > > thanks, but this sol...
2011 Nov 23
9
which en un data.frame de caracteres?
.... Me interesa encontrar las coordendas de un cierto objeto dentro del "data.frame". Eso para arrays o para matrices lo hago con la función which(). Pero no consigo hacerlo para esta caso ¿alguna sugerencia para realizarlo sin tener que utilizar bucles? Gracias por adelantado. Un saludo, Alberto Soria. [[alternative HTML version deleted]]
2019 Jan 11
2
upgrade to 4.8.3 authentication not work without specifying domain
...> > There is NO other option for you that i know off. (sorry) > Yes.. the other option is, setup an AD domain. > > > Greetz, > > Louis > > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> Alberto Maria Fiaschi via samba >> Verzonden: vrijdag 11 januari 2019 10:40 >> Aan: samba at lists.samba.org >> Onderwerp: Re: [Samba] upgrade to 4.8.3 authentication not >> work without specifying domain >> >> >> Il 11/01/19 10:25, L.P.H. van Belle via samba ha s...
2020 Jan 27
3
Custom Alloca implementation
---Adding llvm-dev list to CC--- Hi Alberto, Thanks for your prompt reply. Actually, I need this information(about total allocation size and object structure) on runtime, so that is why I was planning to encode this info and store it in the memory itself. Regards, Udit On Mon, Jan 27, 2020 at 7:05 PM Alberto Barbaro <barbaro.alberto at...
2019 Jan 11
6
upgrade to 4.8.3 authentication not work without specifying domain
...rk. domain \ user password work. I have 5000 windows (xp / 7/10) clients not in domain. Client workgroups are varied. Users are not expert at all and are not able to change their habits. Please help me !! tanks Buda -- ------------------------------------------------------------------------ *Alberto Maria Fiaschi* /UOC: / Reti e Sistemi Area Nord-Ovest /Dip.to: / Tecnologie Informatiche */ESTAR / * /c/o / Azienda Ospedaliero Universitaria Pisana Presidio Ospedaliero Spedali Riuniti Santa Chiara Via Roma, 67 - 56126 Pisa, Italy /Tel.: / +39 050 99 3117 /Fax: / +39 050 99 3396 /mail:/alberto.fi...
2011 Dec 08
3
[LLVMdev] PTX builtin functions.
...need to do is specify let isTarget = 1 in your .td file and it will generate target specific intrinsics. This should allow you to keep the IntrinsicsPTX.td file in the same location. Micah From: Justin Holewinski [mailto:justin.holewinski at gmail.com] Sent: Monday, December 05, 2011 6:13 AM To: Alberto Magni Cc: Villmow, Micah; LLVM Developers Mailing List Subject: Re: [LLVMdev] PTX builtin functions. On Sun, Dec 4, 2011 at 1:10 PM, Alberto Magni <alberto.magni86 at gmail.com<mailto:alberto.magni86 at gmail.com>> wrote: Hi Justin, sorry for the delay, I have been busy. Micah's...
2011 Dec 04
2
[LLVMdev] PTX builtin functions.
...nfo.cpp. This is a quite big modification, do you agree with this ? Or do you have a better solution. Also I don't know yet how to make llvm recognize the intrinsics defined in lib/Target/PTX/PTXIntrinsics.td, the only other backend that does so is MBlaze. A tentative patch is attached. Bye, Alberto On Wed, Nov 23, 2011 at 2:36 PM, Justin Holewinski <justin.holewinski at gmail.com> wrote: > > On Nov 23, 2011 8:33 AM, "Justin Holewinski" <justin.holewinski at gmail.com> > wrote: >> >> >> On Nov 23, 2011 6:57 AM, "Alberto Magni" <alb...
2019 Jan 11
0
[SOLVED] upgrade to 4.8.3 authentication not work without specifying domain
...at i know off. (sorry) >> Yes.. the other option is, setup an AD domain. >> >> >> Greetz, >> >> Louis >> >> >> 11 >>> -----Oorspronkelijk bericht----- >>> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >>> Alberto Maria Fiaschi via samba >>> Verzonden: vrijdag 11 januari 2019 10:40 >>> Aan: samba at lists.samba.org >>> Onderwerp: Re: [Samba] upgrade to 4.8.3 authentication not >>> work without specifying domain >>> >>> >>> Il 11/01/19 10:25, L.P....
2011 Dec 05
0
[LLVMdev] PTX builtin functions.
On Sun, Dec 4, 2011 at 1:10 PM, Alberto Magni <alberto.magni86 at gmail.com>wrote: > Hi Justin, > > sorry for the delay, I have been busy. > > Micah's proposal requires to move the definitions of the intrinsics > from include/llvm/IntrinsicsPTX.td to lib/Target/PTX/PTXIntrinsics.td > thus allowing the gene...
2011 Dec 08
0
[LLVMdev] PTX builtin functions.
...f the intrinsic information in the Intrinsics.gen file, but I can't find any documentation on it. > **** > > ** ** > > Micah**** > > ** ** > > *From:* Justin Holewinski [mailto:justin.holewinski at gmail.com] > *Sent:* Monday, December 05, 2011 6:13 AM > *To:* Alberto Magni > *Cc:* Villmow, Micah; LLVM Developers Mailing List > > *Subject:* Re: [LLVMdev] PTX builtin functions.**** > > ** ** > > On Sun, Dec 4, 2011 at 1:10 PM, Alberto Magni <alberto.magni86 at gmail.com> > wrote:**** > > Hi Justin, > > sorry for the dela...
2019 Jul 29
2
Efficient way to identify an instruction
Hi Alberto, I have not used this myself, but I think you should be able to visit your Instruction ‘users()’. I think the name this function was given is a bit confusing, but this returns an iterator range you can iterate through to find instructions that depend on a given one. Similarly, you have the funct...
2011 Nov 23
2
[LLVMdev] PTX builtin functions.
On Nov 23, 2011 6:57 AM, "Alberto Magni" <alberto.magni86 at gmail.com> wrote: > > On Tue, Nov 22, 2011 at 5:01 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: > > Alberto, > > The AMDIL backend solves your problem with intrinsic overloading this way: > > def int_AMDIL_mad : GCCBui...
2019 Jan 11
0
upgrade to 4.8.3 authentication not work without specifying domain
...s on any server where the loginname and password are the same. There is NO other option for you that i know off. (sorry) Yes.. the other option is, setup an AD domain. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Alberto Maria Fiaschi via samba > Verzonden: vrijdag 11 januari 2019 10:40 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] upgrade to 4.8.3 authentication not > work without specifying domain > > > Il 11/01/19 10:25, L.P.H. van Belle via samba ha scritto: > > If the c...
2010 Sep 21
10
[XCP] xenwebmanager testers are needed
...ou only needs connect to http://ip:8080 and use xenwebmanager. You have a demo here: http://www.xensemaking.com/xenwebmanager/xwm.html xenwebmanager works with python 2.4+ (xcp dom0 uses python 2.4) You have more information here: http://www.xensemaking.com/xenwebmanager/ Thanks for your help Alberto González (www.xensemaking.com) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2019 Jul 28
2
Efficient way to identify an instruction
Hi Tim, as always thanks for your help. Unfortunately I made a mistake in my email but apart from that I still have problems. Il giorno sab 27 lug 2019 alle ore 11:53 Tim Northover < t.p.northover at gmail.com> ha scritto: > Hi Alberto, > > On Sat, 27 Jul 2019 at 10:09, Alberto Barbaro via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Having the reference I to the instruction in bold.Can i efficiently know > that the variable %11 was "created" by the %3 = alloca [40 x i8], align 16. > &gt...
2011 Nov 22
2
[LLVMdev] PTX builtin functions.
Alberto, The AMDIL backend solves your problem with intrinsic overloading this way: def int_AMDIL_mad : GCCBuiltin<"__amdil_mad">, TernaryIntFloat; Where TernaryIntFloat is defined as: class TernaryIntFloat : Intrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>,...
2011 Nov 21
2
[LLVMdev] PTX builtin functions.
On Mon, Nov 21, 2011 at 11:45 AM, Alberto Magni <alberto.magni86 at gmail.com>wrote: > On Mon, Nov 21, 2011 at 3:36 PM, Justin Holewinski > <justin.holewinski at gmail.com> wrote: > > On Mon, Nov 21, 2011 at 7:01 AM, Alberto Magni < > alberto.magni86 at gmail.com> > > wrote: > >> > >&g...
2011 Nov 23
0
[LLVMdev] PTX builtin functions.
On Nov 23, 2011 8:33 AM, "Justin Holewinski" <justin.holewinski at gmail.com> wrote: > > > On Nov 23, 2011 6:57 AM, "Alberto Magni" <alberto.magni86 at gmail.com> wrote: > > > > On Tue, Nov 22, 2011 at 5:01 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: > > > Alberto, > > > The AMDIL backend solves your problem with intrinsic overloading this way: > > > def i...
2011 Nov 21
1
[LLVMdev] PTX builtin functions.
On Mon, Nov 21, 2011 at 7:01 AM, Alberto Magni <alberto.magni86 at gmail.com>wrote: > Hi Justin, > > attached you find the patch for the integer max instruction. > The multiclass PTX_INTRINSIC_INT3 in file PTXIntrinsicInstrInfo.td > is almost an exact copy of PTX_INT3 in PTXInstrInfo.td, maybe > a modification of...