search for: bollu

Displaying 18 results from an estimated 18 matches for "bollu".

2018 Mar 19
1
How to link against all available targets - problems with NVPTX?
...to_libnames(LLVM_LIBS ... AllTargetsAsmParsers AllTargetsAsmPrinters AllTargetsDescs AllTargetsInfos ...) However, even with these, when I try to compile my program, I get linker errors: CMakeFiles/sxhc.dir/src/main.cpp.o: In function `llvm::InitializeAllTargets()': /home/bollu/.local/include/llvm/Config/Targets.def:27: undefined reference to `LLVMInitializeNVPTXTarget' CMakeFiles/sxhc.dir/src/main.cpp.o: In function `llvm::InitializeAllAsmPrinters()': /home/bollu/.local/include/llvm/Config/AsmPrinters.def:28: undefined reference to `LLVMInitializeNVPTXAsmPrinter&...
2017 Oct 14
2
Bug in replaceUsesOfWith: does not keep addrspace consistent in GEP
Hello, Calling `replaceUsesOfWith` with a value in a different addrspace does not keep the addrspace of a GEP consistent. Is this known? Is this a bug or expected behaviour? Minimal counterexample link <https://gist.github.com/bollu/152ba5e1c20c03c7fc6d8c7b23ba828f> Reproduced here: #include <iostream> #include "llvm/ADT/APFloat.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallVector.h" #include "llvm/Bitcode/BitcodeWriter.h" #include "llvm/IR/BasicBlock.h"...
2007 Jan 30
2
Netlogon, roming profiles in samba(PDC)-ldap
...running fedora core 5, all my clients are windows XP, my problem is when i login to the domain through windows xp client each time the profile is refreshing, i want to save the profile in server and retrive it when i login again. please healp me out to get out of this problem, Regards, Suresh Bollu *smb.conf* [global] workgroup = QVANTELIN netbios name = box1 interfaces = eth1, lo username map = /etc/samba/smbusers server string = Samba Server %v security = user encrypt passwords = Yes obey pam restrictions = No unix password sync = Yes passwd program = /usr/sbin/smbldap-passwd...
2019 May 24
2
Delinearization validity checks in DependenceAnalysis
[CC bollu, mferguson, shil] Am Do., 23. Mai 2019 um 17:13 Uhr schrieb Bardia Mahjour < bmahjour at ca.ibm.com>: > Thanks David and Michael for the clarification. > > I think I understand the rational behind those checks in delinearization > now. > > > Some other languages have st...
2019 Jul 24
3
[RFC] A new multidimensional array indexing intrinsic
...idea of basic block arguments instead of PHI nodes. > Can someone put together some concrete examples that fully describe how this would look in terms of both the intrinsic proposal and the GEP extension you worked out with Johannes? The closest we have is the RFC document (https://github.com/bollu/llvm-multidim-array-indexing-proposal/blob/master/RFC.md). We are in the RFC phase to explore the problem and design space. Do you have any concrete questions you would like the be answered? Michael
2005 Jul 12
5
Problems uploading printer drivers
I'm having trouble uploading printer drivers using Windows XP's APW. Since I'm not sure where to look for a solution, perhaps someone here can help. I've tried a few different procedures, but I'll only describe one here. 1) browse to the samba server in windows xp 2) double click on "Printers & Faxes" 3) right click on some blank window area and select
2005 Dec 07
1
Printer Issue with Access XP
Hi all, I'm having an issue with printing on a samba shared printer from Access XP 2002. This issue has already been reported twice on this list but never answered. We are experiencing a strange problem using Microsoft Access XP 2002 to create a report when the default printer is set to a network Samba Printer. We have already tried setting 'default devmode = yes' on the
2005 Nov 29
3
Is it possible to backup database using rsync?
Hi everyone, I want to back up my database using log files. 1. Is it possible to backup database using rsync? 2. Can it copy redo log file which are open? 3. It has any special feature to handle redo log files of database while copying? Urgent help needed..... regards Harish Naik
2017 Dec 16
2
Replace call stack with an equivalent on the heap?
Hello, I'm implementing a custom Haskell-to-LLVM compiler, and in my experimentation, noticed that GHC is much slower than clang certain examples, such as the ackermann function. However, from reading their respective IRs (Cmm for GHC and LLVM for clang), I don't really see much of a difference. Here is a link to the numbers. (n, m) are the parameters to the ackermann function
2019 Jul 23
2
[RFC] A new multidimensional array indexing intrinsic
Hi, I think I understand what the problem is. The return type will also be an untyped pointer, just like GEP. However, GEP needs to know what the size of one element is. Like it is now with overloadable intrinsics, we might derive it from the suffix. Another solution is that we pass the element and array sizes in bytes, instead of multiples of the element size. As a third options, we might change
2019 Jul 28
2
[RFC] A new multidimensional array indexing intrinsic
On Jul 25, 2019, at 7:20 AM, Michael Kruse via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Am Mi., 24. Juli 2019 um 16:13 Uhr schrieb Tim Northover > <t.p.northover at gmail.com>: … Siddharth’s original RFC <https://github.com/bollu/llvm-multidim-array-indexing-proposal/blob/master/RFC.md> ... >> Apart from all that, I'm pretty disappointed to see this as an >> intrinsic though. GEP is such a fundamental part of addressing in LLVM >> that bifurcating it into an intrinsic for either a language or an &gt...
2005 Oct 19
1
Initialising a mirror
Dears, I would like to mirror data from 2 servers connected together via VPN over ADSL lines (dwn 2Mbps/Upld 512Kbps). I'm sure rsync is one of the best tool to keep these data in sync but how should I use it to initialise the mirror? I'm currently testing the solution with 10Gb of data to keep in sync. But on my lines it would take more than 40 hours to initially create the
2017 Nov 15
2
答复: hi, Is there any solution about how to add some dwarf info to the IR bitcode file.
Hi Andrew I am newbie. There are many headers and classes, I do not know how to use to add dwarf info to bc file. Can you show me the demo or example, is there any info about how to use these classes step by step. BR Owen 发件人: Andrew Kelley [mailto:superjoe30 at gmail.com] 发送时间: 2017年11月15日 12:51 收件人: Wuweijia <wuweijia at huawei.com> 抄送: 陳韋任
2019 Jul 24
6
[RFC] A new multidimensional array indexing intrinsic
Hi all, On Wed, 24 Jul 2019 at 16:14, Michael Kruse via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Mmmh, looks like Tim Northover is actively working on typeless/opaque > pointers, e.g. https://reviews.llvm.org/D64203 Yep, I'm spending as much time as I can on the project. I think there's not really much chance that it'll be required in this cycle (i.e. when we fork
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...We would like to begin discussions around a new set of intrinsics, > to better express > multi-dimensional array indexing within LLVM. The motivations and > a possible design > are sketched out below. > > Rendered RFC link here > <https://github.com/bollu/llvm-multidim-array-indexing-proposal/blob/master/RFC.md> > > > Raw markdown: > > # Introducing a new multidimensional array indexing intrinsic > > ## The request for change: A new intrinsic, `llvm.multidim.array.index.*`. > > We propose the addition of...
2019 Jul 21
6
[RFC] A new multidimensional array indexing intrinsic
Hello, We would like to begin discussions around a new set of intrinsics, to better express multi-dimensional array indexing within LLVM. The motivations and a possible design are sketched out below. Rendered RFC link here <https://github.com/bollu/llvm-multidim-array-indexing-proposal/blob/master/RFC.md> Raw markdown: # Introducing a new multidimensional array indexing intrinsic ## The request for change: A new intrinsic, `llvm.multidim.array.index.*`. We propose the addition of a new family of intrinsics, `llvm.multidim.array.index.*...
2019 Jul 22
1
[RFC] A new multidimensional array indexing intrinsic
...t; to better express > > > multi-dimensional array indexing within LLVM. The motivations and > > > a possible design > > > are sketched out below. > > > > > > Rendered RFC link here > > > > > > <https://github.com/bollu/llvm-multidim-array-indexing-proposal/blob > > > /master/RFC.md> > > > > > > > > > Raw markdown: > > > > > > # Introducing a new multidimensional array indexing intrinsic > > > > > > ## The request for change: A...
2019 May 22
2
Delinearization validity checks in DependenceAnalysis
Hello Yes, I agree that the SCEV cannot be simplified. Is my understanding correct that it is passed to a function like "isKnownNegative"? Which could still be able to prove is always true. The delinearisation may be valid, depending on exactly how you define delinearisation (under what conditions it should be giving results). It would be invalid for DA to return a dependency of [0