Displaying 20 results from an estimated 2000 matches similar to: "looking for a better way to code a bar graph"
2011 Dec 21
3
black and white in qplot? layout 4 graphs in one screen
Hello,
I am trying to plot means and standard errors conditioned by a factor, using
qplot. I am successful at getting the bar graph I want with a error bar,
however I have tried many things and cannot get the bars to change colors.
Currently showing as red and blue, but need it to be black and white for
publication. Any suggestions please?
Using a data set June, which is str:
2012 Dec 03
2
[LLVMdev] [polly] removing cloog dependence in the testsuite
Tobias Grosser wrote:
> On 12/03/2012 06:07 PM, Sebastian Pop wrote:
> >Tobias Grosser wrote:
> >>Regarding patch one and three: We already have the directory
> >>test/CodeGen and test/IslCodeGen. I propose to just leave the CLooG test
> >>cases in test/CodeGen, but to run them conditionally.
> >
> >I only know how to disable the test of a full
2017 Jun 22
2
Legal names for Functions and other Identifiers
Thanks for the heads up Philip !
I did come across a strange case where LLVM allowed "%" to be a part of a
function's name. This was in the context of my patch
https://reviews.llvm.org/D33985, where I prefix the name of the source
function and the Scop ( A special kind of Region that Polly can optimize,
the name of the Scop is the name of the Region ) to the name of the PTX
kernel
2012 Dec 03
2
[LLVMdev] [polly] removing cloog dependence in the testsuite
Tobias Grosser wrote:
> >I can then move the remaining tests in Cloog/CodeGen and duplicate them in
> >Isl/CodeGen. What do you think?
>
> Fine with me (You probably just need to copy the remaining tests in
> the top level directory).
Ok, so I moved the OpenMP, GPGPU, and MemAccess dirs to the toplevel
polly/test/{OpenMP,GPGPU,MemAccess} and then the remaining testcases to
2012 Dec 03
0
[LLVMdev] [polly] removing cloog dependence in the testsuite
On 12/03/2012 07:42 PM, Sebastian Pop wrote:
> Tobias Grosser wrote:
>> On 12/03/2012 06:07 PM, Sebastian Pop wrote:
>>> Tobias Grosser wrote:
>>>> Regarding patch one and three: We already have the directory
>>>> test/CodeGen and test/IslCodeGen. I propose to just leave the CLooG test
>>>> cases in test/CodeGen, but to run them conditionally.
2012 Apr 02
6
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
Hi all,
I am a phd student from Huazhong University of Sci&Tech, China. The
following is my GSoC 2012 proposal.
Comments are welcome!
*Title: Automatic GPGPU Code Generation for LLVM*
*Abstract*
Very often, manually developing an GPGPU application is a time-consuming,
complex, error-prone and iterative process. In this project, I propose to
build an automatic GPGPU code generation framework
2011 Feb 21
2
[LLVMdev] A working garbage collector - finally :)
Well, after many months of effort, my LLVM-based garbage collector is
finally passing its unit tests. This represents a significant milestone for
me in the development of my programming language, Tart.
The collector itself is fairly rudimentary - a single-generation, copying
collector. It does not yet support multi-threaded programs, but in practice
there's no serious obstacle to supporting
2012 Apr 03
2
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
Hi Justin,
2012/4/3 Justin Holewinski <justin.holewinski at gmail.com>
> *Motivation*
>> With the broad proliferation of GPU computing, it is very important to
>> provide an easy and automatic tool to develop or port the applications to
>> GPU for normal developers, especially for those domain experts who want to
>> harness the huge computing power of GPU. Polly
2012 Apr 03
0
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
On Mon, Apr 2, 2012 at 7:16 AM, Yabin Hu <yabin.hwu at gmail.com> wrote:
> Hi all,
>
> I am a phd student from Huazhong University of Sci&Tech, China. The
> following is my GSoC 2012 proposal.
> Comments are welcome!
>
> *Title: Automatic GPGPU Code Generation for LLVM*
>
> *Abstract*
> Very often, manually developing an GPGPU application is a
2012 Dec 03
0
[LLVMdev] [polly] removing cloog dependence in the testsuite
On 12/03/2012 09:03 PM, Sebastian Pop wrote:
> Tobias Grosser wrote:
>>> I can then move the remaining tests in Cloog/CodeGen and duplicate them in
>>> Isl/CodeGen. What do you think?
>>
>> Fine with me (You probably just need to copy the remaining tests in
>> the top level directory).
>
> Ok, so I moved the OpenMP, GPGPU, and MemAccess dirs to the
2012 Dec 03
1
[LLVMdev] [polly] removing cloog dependence in the testsuite
Tobias Grosser wrote:
> On 12/03/2012 09:03 PM, Sebastian Pop wrote:
> >Tobias Grosser wrote:
> >>>I can then move the remaining tests in Cloog/CodeGen and duplicate them in
> >>>Isl/CodeGen. What do you think?
> >>
> >>Fine with me (You probably just need to copy the remaining tests in
> >>the top level directory).
> >
>
2010 Jun 03
3
General-purpose GPU computing in statistics (using R)
Hi All,
I have been reading about general purpose GPU (graphical processing units)
computing for computational statistics. I know very little about this, but
I read that GPUs currently cannot handle double-precision floating points
and also that they are not necessarily IEEE compliant. However, I am not
sure what the practical impact of this limitation is likely to be on
computational
2017 May 08
2
[OpenCL][AMDGPU] Using AMDGPU generated kernel code for OpenCL
Hello everyone
I was wondering, what the correct way of using an AMDGPU generated kernel
code for OpenCL was. I am trying to provide Polly's GPGPU Code generation
with the ability to run on different GPU devices, such as AMD GPUs.
For NVIDIA, I simply retrieve a pre-compiled PTX string from the NVPTX
backend and pass that to OpenCL's 'clCreateProgramWithBinary' function.
However,
2011 Sep 14
7
[Bug 40888] New: Implementation of OpenCL on Nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=40888
Summary: Implementation of OpenCL on Nouveau
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2018 Feb 15
1
[GSOC 2018] Project covering LLVM and GPU
All,
This year I am very interested in participating in the Google Summer of
Code with a LLVM project. The main reason is that I am starting a
Bachelor's Thesis about compilers that will target directly LLVM. (Note
that I would like to continue beyond Bachelor)
The project that me and my advisor have chosen is about compiler
optimizations for GPGPU. Although I have seen some proposals for
2010 Jun 15
1
SERIALIZE command
Hi all,
Has anything changed since this email that will make OpenCL support in
nouveau easier?
I would like to compile some information about the different steps
needed to have OpenCL support for Nouveau (and the ATI open-source
drivers for that matters) so that people interested in this issue can
have a starting document to read.
Cheers,
Albert.
> Kernel allows you to create the relevant
2012 Apr 28
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
On 04/28/2012 04:30 PM, Justin Holewinski wrote:
> We can handle this by provide a new argument (e.g. a string of
> properly-configured Target Machine) instead of or in addition to the
> Arch type string argument.
>
>
> I think we may in general discuss the additional information needed
> for the back ends and provide the information as
2010 Mar 10
1
ggplot2: Changing colour scheme for bar plot filling?
Hello,
I'd like to sitch to a monochrome/bw color-palette for the filling of
geom_bar-bars (produced via "qplot" as in the example below). Hours of
googling didn't yield anything useful, so I thought, I'd just ask ...
Thanks, Joh
library(ggplot2)
qplot(factor(cyl), data=mtcars, geom="bar", fill=factor(cyl))
2012 Apr 03
0
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
Hi Justin,
the non-translatable IR with GPU code replaced by appropriate CUDA Driver
> API calls.
One of CUDA driver apis (cuLaunch) need a ptx asm string as its input. So
if I want to provide a one-touch solution and don't introduce any changes
to tools outside polly, I must prepare the ptx string before I can generate
the correct non-translatable IR part.
As your suggestion, It may
2012 May 09
1
[LLVMdev] AMD OpenCL Compiler Lead position
COMPILER
Compiler Lead, Stream Computing
We are currently looking for a software engineer as part of the core team developing OpenCL, a new open standard for heterogonous general purpose programming, compilers for multi-core CPU and many-core graphics systems.
The engineer will be involved in all aspects of OpenCL compiler features, using LLVM, development and maintenance and will