Displaying 20 results from an estimated 100 matches similar to: "LLVM/CLANG: CUDA compilation fail for inline assembly code"
2016 Nov 28
2
LLVM Pass for Instructions in Function (error
> On Nov 27, 2016, at 6:40 PM, Gurunath Kadam via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi Sandeep,
>
> Thanks.
>
> One question about:
>
> Value* AddrPointer = Inst->getIperand(0);
>
> So this works for LVALUE(S) i.e. in my case pointer on LHS of '='. I cannot find anything online about getloperand online.
>
> For reference
2016 Nov 28
2
LLVM Pass for Instructions in Function (error
Hi,
Sent via the Samsung Galaxy Note® 3, an AT&T 4G LTE smartphone
-------- Original message --------
From: Gurunath Kadam via llvm-dev <llvm-dev at lists.llvm.org>
Date: 11/27/2016 7:49 PM (GMT-06:00)
To: llvm-dev at lists.llvm.org
Subject: [llvm-dev] LLVM Pass for Instructions in Function (error
Hi,
Please find the embedded code. Also you may follow
2016 Dec 21
0
llvm/cuda: Indentify kernel functions and optimizations
https://github.com/llvm-mirror/llvm/blob/652375a8cc49615de31fd9d424753795059185b6/lib/Target/NVPTX/NVPTXUtilities.h#L58
Does this solve your problem?
On Wed, Dec 21, 2016 at 2:29 PM, Gurunath Kadam via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> I am trying to instrument CUDA kernel functions only (llvm-3.9.0).
>
> Is there a way to identify cuda kernel
2016 Dec 21
2
llvm/cuda: Indentify kernel functions and optimizations
Hi,
I am trying to instrument CUDA kernel functions only (llvm-3.9.0).
Is there a way to identify cuda kernel functions?
I see that in llvm IR for CUDA has nvvm annotations section, where kernel
functions are identified for NVPTX usage. I can parse the whole IR for this
kernel metadata and then proceed, but this is very clumsy.
Other way is to work with cuda-device-only IR. But then I am not
2016 Dec 23
0
Assign different RegClasses to a virtual, register based on 'uniform' attribute?
On 2016年12月22日 15:37, via llvm-dev wrote:
> Send llvm-dev mailing list submissions to
> llvm-dev at lists.llvm.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
> or, via email, send a message with subject or body 'help' to
> llvm-dev-request at lists.llvm.org
>
> You can reach the
2012 Sep 02
1
回复: Which Framework will improve my Ruby Skills?
i think you should write more program . so that you can improve you ruby skills
------------------ 原始邮件 ------------------
发件人: "ANIKET KADAM";
发送时间: 2012年9月2日(星期天) 晚上9:52
收件人: "rubyonrails-talk";
主题: Re: [Rails] Which Framework will improve my Ruby Skills?
can you tell me which rubygems will improve my ruby skills
On Sun, Sep 2, 2012 at 2:00 PM, ANIKET KADAM
2012 Aug 25
11
Any meetup in india ?
Hi all specially indian rails developer & designer ,
Rails community is growing so fast in India , it is necessary to know what
they are doing , how they are doing and what they like in it .So, I''m
wondering we should arrange Meet-up in india , what you say ?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To
2002 Jun 06
7
samba with ldap
Hello ,
Does Samba 2.2 has support for LDAP
I want to use LDAP for user authentication instead of smbpasswd
Any help in this regard would be highly appreciated
Thanks & Regards
Kalpit Jain
Vice President-Technology
Email: kalpit@netcore.co.in
Netcore Solutions Pvt Ltd
402, Peninsula Chambers (Morarjee Mills Compound)
Ganpat Rao Kadam Marg (Behind Piramal Hospital)
Near A-Z Industrial
2019 Oct 02
2
fixup_aarch64_movw support for COFF AArch64
Martin,
Thanks for your suggestion.
I look at these tests, try to make them work for COFF.
Adam
On 2019. 10. 02. 12:23, Martin Storsjö wrote:
> On Wed, 2 Oct 2019, Adam Kallai wrote:
>
>> I'm working Chromium targeting Windows on ARM64 platform. As a part
>> of this work I ran into an issue related to llvm in Swiftshader.
>>
>> Currently fixup_aarch64_movw
2000 Jun 15
3
Usign hosts allow in the smb.conf file
Hi,
I have a setup of Windows NT machines and SUN Solaris (UNIX) machines.
I have installed samba on one of the UNIX machine. I am able to connect
to the
UNIX machine using samba from any of my NT machines.
I want only few of my NT machines should be able to connect to the UNIX
machine (with samba).
To do so, I have set following in my smb.conf file
hosts allow = hostname1, hostname2, ...
I
2012 Sep 12
0
9.1-rc1 cd/mps error
Hi.
I'm running the 9.1-RC1 release.
At the end of the boot sequence, I see:
mps0: mpssas_scsiio_timeout checking sc 0xffffff8000759000 cm
0xffffff8000784380
(probe19:mps0:0:19:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 length 0 SMID
240 command timeout cm 0xffffff8000784380 ccb 0xfffffe0006918000
mps0: mpssas_alloc_tm freezing simq
mps0: timedout cm 0xffffff8000784380 allocated tm
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
Hi all,
I'm using Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o on box A with a TE410P
(EuroISDN cpe)
connected to another similar asterisk box B acting as EuroISDN master.
I'm performing some load tests by contiously feeding up to concurrent 30
call files to /var/spool/asterisk/outgoing/ on box A
which inititate via a dialplan context/extension a outbound call
(redirected via chan_local) to
2017 Aug 16
3
CUDA separate compilation
Clang currently doesn't support CUDA separate compilation and thus extern
__device__ functions and variables cannot be used.
Could someone give me any pointers where to look or what has to be done to
support this? If at all possible, I'd like to see what's missing and
possibly try to tackle it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jun 24
2
[RFC] NVIDIA hardware reference headers
Hello,
The Tegra GPU system software team has begun to align our new-chip
development efforts with Nouveau. In particular we would like to arrive
at a place where the Nouveau kernel driver code base is our primary
development environment.
To that end I'd like to add some "official" hardware reference headers to
Nouveau. The headers are derived from the information we use
2016 Dec 16
0
LLVM CUDA: Load/Store operands not captured
Hi,
I am trying to write a CUDA memory instrumentation code. So far I have made
little progress, please see attached file.
In lines 82 and 88 I get error as: ‘LoadOperand’ is not captured
and ‘StoreOperand’ is not captured
Unfortunately, I am not able to tell if the error is generic C++ or LLVM
related. Earlier I had verified the "syntax" of such code in a dummy C++
implementation,
2003 May 27
1
Assertion failure in transaction.c
Hello All,
I am running Redhat 7.2 with kernel 2.4.7-10 on a Dual CPU, 2 GB RAM
machine.
I am running Sendmail , Cyrus IMAP and Ldap on the machine
After few hours I get the following error in the syslog error file
Assertion failure in do_get_write_access() at transaction.c:606:
"!(((jh2bh(jh))->b_state & (1UL << BH_Lock)) != 0)"
May 26 17:29:37 netserv kernel: kernel
2014 Jun 28
1
[PATCH v2] drm/gk20a: add BAR instance
On 6/27/14 8:56 PM, "Ben Skeggs" <skeggsb at gmail.com> wrote:
>On Sat, Jun 28, 2014 at 4:51 AM, Ken Adams <KAdams at nvidia.com> wrote:
>> quick note re: tegra and gpu bars...
>>
>> to this point we've explicitly avoided providing user-mode mappings due
>>to
>> power management issues, etc.
>> looks to me like this would allow such
2019 Dec 11
0
Opus DLL for ARM64 UWP
Dear Opus Community,
We need to compile the Opus DLLs for ARM64 for UWP but currently receive build errors (e.g. Int32 is not available, SMID instructions have changed, etc.).
For this reason, we would like to hire an Opus expert on consulting basis. If this sounds like you or if you happen to know someone, please drop me a line :)
Best,
Max
KAZENDI
Maximilian Doelle
+447927184703
@M_Doelle
2019 Dec 12
0
opus Digest, Vol 128, Issue 4
Hi Max,
cmake .. -G "Visual Studio 16 2019" -A ARM64 -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON
cmake --build . -j 10
Is building for me, but I don't have any Windows Arm64 device so cannot test it.
Note that: Neon will not work on windows out of the box builds due renamed header:
2014 Jun 27
5
[PATCH 1/2] drm/nouveau/bar: add noncached ioremap property
Some BARs (like GK20A's) do not support being ioremapped write-combined.
Add a boolean property to the BAR structure and handle that case in the
Nouveau BO implementation.
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
drivers/gpu/drm/nouveau/core/include/subdev/bar.h | 3 +++
drivers/gpu/drm/nouveau/nouveau_bo.c | 17 ++++++++++++-----
2 files changed, 15