search for: singapuram

Displaying 19 results from an estimated 19 matches for "singapuram".

2017 May 22
5
Default Location of CUDA headers in Windows and macOS
Hello, Can anyone help me with the default installation locations of CUDA headers in Windows and macOS ? e.g. /usr/local/cuda/include is the default for Linux. Thanks, Sanjay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170522/ca97c66b/attachment.html>
2017 Jun 22
2
Legal names for Functions and other Identifiers
...Thu, Jun 22, 2017 at 5:21 PM 陳韋任 <chenwj.cs97g at g2.nctu.edu.tw> wrote: > Perhaps you can refer to [1]. Function name should be a global one. > > [1] http://llvm.org/docs/LangRef.html#identifiers > > HTH, > chenwj > > > 2017-06-22 16:35 GMT+08:00 SANJAY SRIVALLABH SINGAPURAM via llvm-dev < > llvm-dev at lists.llvm.org>: > >> Hello, >> >> I'd like to know the format a function's name must conform to. Can I be >> pointed to LLVM documention that specifies the nomenclature for functions >> and other Identifiers as well (%r...
2017 Feb 23
5
System hangs during last stages of LLVM build | Tips on speeding it up ?
Hello, My system hangs every time during last stages of building LLVM ( starting at 95% in a CMake build ) using CMake or Ninja, sometime close to the linking of llvm-dysmutil. Could you please suggest tips that could speed up the compilation ? Thank You, Sanjay -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Feb 20
3
x86 and GPU backend support for irregular accesses
Hello ! Does the x86 back-end generate gather-scatter instructions for LLVM gather-scatter intrinsics ? Also, do the NVPTX and AMDGPU back-ends generate equivalent instructions for GPUs ? Thank You, Sanjay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170220/dc51b7cd/attachment.html>
2017 Mar 23
2
Does InitializeAllTargets when only some enabled ?
Do the InitializeAllTargets*() routines call the initialisation routines of all targets even when only some are built ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170323/08bd52a0/attachment.html>
2017 Aug 08
2
Safety of changing values of variables by editing CMakeCache.txt Vs supplying them through the command line
Hello, I'm working on a project involving LLVM and keep shifting between the Debug and Release build by assigning different values to CMAKE_BUILD_TYPE in <llvm_build>/CMakeCache.txt and then building it. I wanted to know if this was a safe alternative to re-configuring the build after removing <llvm_build>/CMakeFiles/ and <llvm_build>/CMakeCache.txt. Thanks, Sanjay
2017 Jun 22
2
Legal names for Functions and other Identifiers
Hello, I'd like to know the format a function's name must conform to. Can I be pointed to LLVM documention that specifies the nomenclature for functions and other Identifiers as well (%registers, ModuleID etc.) ? Thanks, Sanjay -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Mar 12
2
What does it mean by a "DICompileUnit missing from llvm.dgs.cu" ? | Where is the error ?
On Sat, Mar 11, 2017, at 07:34 PM, David Blaikie via llvm-dev wrote: > On Sat, Mar 11, 2017 at 3:10 AM SANJAY SRIVALLABH SINGAPURAM via llvm-dev > < > llvm-dev at lists.llvm.org> wrote: > > > Hello, > > > > One of my Julia programs failed to execute with the following error, > > DICompileUnit not listed in llvm.dbg.cu > > !11 = distinct !DICompileUnit(language: DW_LANG_C89, file: !3...
2017 Mar 11
2
What does it mean by a "DICompileUnit missing from llvm.dgs.cu" ? | Where is the error ?
Hello, One of my Julia programs failed to execute with the following error, DICompileUnit not listed in llvm.dbg.cu !11 = distinct !DICompileUnit(language: DW_LANG_C89, file: !3, producer: "julia", isOptimized: true, runtimeVersion: 0,emissionKind: FullDebug, enums : !12) This was generated by verifyModule(*GPUModule,&(llvm::errs())From whithin PPCGCodeGeneration.cpp in Polly.
2017 Feb 27
2
Compiling LLVM with locally built clang | Errors
Hello, I issued the following command to point the build to use clang and clang++, from a local llvm build directory included in PATH, instead of /usr/bin/{cc,c++}, cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ../llvm_src The configuration failed with the error stating the compiler didn't recognize '-std=c++11' flag, whereas clang compiled a dummy c++ file with
2017 Jun 22
2
Legal names for Functions and other Identifiers
...function name. The dot is legal > in an LLVM identifier, but not in a ptx function name. This also is > noteworthy because the slot tracker automatically inserts dots into > function names for deduplication. > > Best, > Philip > > 2017-06-22 14:34 GMT+02:00 SANJAY SRIVALLABH SINGAPURAM via llvm-dev < > llvm-dev at lists.llvm.org>: > >> Thank You Chen ! >> >> On Thu, Jun 22, 2017 at 5:21 PM 陳韋任 <chenwj.cs97g at g2.nctu.edu.tw> wrote: >> >>> Perhaps you can refer to [1]. Function name should be a global one. >>> >>&g...
2017 Sep 04
2
llvm-dev Digest, Vol 159, Issue 2
...lund, Paul Robinson, Philip Pfaffe, Philipp Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, ReidKleckner, Roal Jordans, Richard Membarth, Roman Gareev, SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay Srivallabh,Sumanth Gundapaneni, Sunil Srivastava, Sylvestre Ledru, Star Tan, TanyaLattner, Tim Shen, Tarun Ranjendran, Theodoros Theodoridis, Utpal Bora,Wei Mi, Weiming Zhao, and Yabin Hu.* -- Hal Finkel Lead, Compiler Technology and Programming Languages...
2017 Sep 04
2
[RFC] Polly Status and Integration
...ipp > > Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, > > ReidKleckner, Roal Jordans, Richard Membarth, Roman Gareev, > > SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, > > SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay > > Srivallabh,Sumanth Gundapaneni, Sunil Srivastava, Sylvestre Ledru, Star > > Tan, TanyaLattner, Tim Shen, Tarun Ranjendran, Theodoros Theodoridis, > > Utpal Bora,Wei Mi, Weiming Zhao, and Yabin Hu.* > > > > -- > > Hal Fink...
2017 Sep 13
3
[RFC] Polly Status and Integration
..., Paul Robinson, Philip Pfaffe, Philipp Schaad, Peter Conn, Pratik > Bhatu, Rafael Espindola, Raghesh Aloor, Reid Kleckner, Roal Jordans, > Richard Membarth, Roman Gareev, Saleem Abdulrasool, Sameer Sahasrabuddhe, > Sanjoy Das, Sameer AbuAsal, Sam Novak, Sebastian Pop, Siddharth Bhat, > Singapuram Sanjay Srivallabh, Sumanth Gundapaneni, Sunil Srivastava, > Sylvestre Ledru, Star Tan, Tanya Lattner, Tim Shen, Tarun Ranjendran, > Theodoros Theodoridis, Utpal Bora, Wei Mi, Weiming Zhao, and Yabin Hu.* > > -- > Hal Finkel > Lead, Compiler Technology and Programming Languages &gt...
2017 Sep 13
0
[RFC] Polly Status and Integration
...Philipp Schaad, >>> Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, Reid >>> Kleckner, Roal Jordans, Richard Membarth, Roman Gareev, Saleem >>> Abdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, Sam >>> Novak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay Srivallabh, >>> Sumanth Gundapaneni, Sunil Srivastava, Sylvestre Ledru, Star Tan, Tanya >>> Lattner, Tim Shen, Tarun Ranjendran, Theodoros Theodoridis, Utpal Bora, >>> Wei Mi, Weiming Zhao, and Yabin Hu. >>> >>> -- >>> Hal Finkel >&g...
2017 Sep 12
5
[RFC] Polly Status and Integration
...Philip Pfaffe, Philipp Schaad,Peter Conn, Pratik Bhatu, >> Rafael Espindola, Raghesh Aloor, ReidKleckner, Roal Jordans, Richard >> Membarth, Roman Gareev, SaleemAbdulrasool, Sameer Sahasrabuddhe, >> Sanjoy Das, Sameer AbuAsal, SamNovak, Sebastian Pop, Siddharth Bhat, >> Singapuram Sanjay Srivallabh,Sumanth Gundapaneni, Sunil Srivastava, >> Sylvestre Ledru, Star Tan, TanyaLattner, Tim Shen, Tarun Ranjendran, >> Theodoros Theodoridis, Utpal Bora,Wei Mi, Weiming Zhao, and Yabin Hu.* >> >> -- >> Hal Finkel >> Lead, Compiler Technology and P...
2017 Sep 01
10
[RFC] Polly Status and Integration
...nte, Patrik Hägglund, Paul Robinson, Philip Pfaffe, Philipp Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, ReidKleckner, Roal Jordans, Richard Membarth, Roman Gareev, SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay Srivallabh,Sumanth Gundapaneni, Sunil Srivastava, Sylvestre Ledru, Star Tan, TanyaLattner, Tim Shen, Tarun Ranjendran, Theodoros Theodoridis, Utpal Bora,Wei Mi, Weiming Zhao, and Yabin Hu.* -- Hal Finkel Lead, Compiler Technology and Programming Languages Leadership Computing Facility A...
2017 Sep 20
0
[RFC] Polly Status and Integration
...Philip > > Pfaffe, Philipp Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, > > Raghesh Aloor, ReidKleckner, Roal Jordans, Richard Membarth, Roman > > Gareev, SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer > > AbuAsal, SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay > > Srivallabh,Sumanth Gundapaneni, Sunil Srivastava, Sylvestre Ledru, > > Star Tan, TanyaLattner, Tim Shen, Tarun Ranjendran, Theodoros > > Theodoridis, Utpal Bora,Wei Mi, Weiming Zhao, and Yabin Hu.* > > > > -- > > Hal Finkel > > Lead, Compiler Tec...
2017 Sep 20
0
[RFC] Polly Status and Integration
...lund, Paul Robinson, Philip Pfaffe, Philipp > Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, > ReidKleckner, Roal Jordans, Richard Membarth, Roman Gareev, > SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, > SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay > Srivallabh,Sumanth Gundapaneni, Sunil Srivastava, Sylvestre Ledru, Star Tan, > TanyaLattner, Tim Shen, Tarun Ranjendran, Theodoros Theodoridis, Utpal > Bora,Wei Mi, Weiming Zhao, and Yabin Hu.* > > -- > Hal Finkel > Lead, Compiler Technology and Programming Languages...