Displaying 20 results from an estimated 40 matches for "midterms".
Did you mean:
midterm
2011 Jul 05
0
[LLVMdev] GSoC midterms
Dear GSoC Students and Mentors,
This is just a reminder about midterm evaluations which start on next week.
So, starting from 19:00 UTC July, 11 till 19:00 UTC July, 15 you can
submit your midterm evaluation forms.
If you will be unable due to some reason to fill the midterm
evaluation form, please let me know asap.
Thanks!
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and
2011 Aug 15
0
[LLVMdev] Segmented Stacks: Pre-midterm work
On 08/10/2011 11:03 AM, Sanjoy Das wrote:
> Hi!
>
> Attached my pre-midterm GSoC work for segmented stacks for review (with
> the required fixes).
Nice work!
+ extern bool EnableSegmentedStacks;
Can you add a comment like the other declarations?
I think the patch looks good. There are possible improvements, but the
patch is already in an state where it can be tested and extended
2013 Jul 30
0
[LLVMdev] [GSoC] flang midterm progress report
Hi everyone!
My flang GSoC has been going great so far, and I have achieved a lot. I
wrote a report describing some of the results and instructions on how to
use flang:
http://flang-gsoc.blogspot.ie/2013/07/gsoc-midterm-progress-report.html
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Jun 30
0
[GSoC 2016] SAFECode's Memory Policy Hardening - Midterm Report - Zhengyang Liu
Dear Community,
As I keep you update with my progress by writing weekly report, this report is covering the information about how we are processing. For those who are interested in these weekly reports, please check [1].
In general, the progress of this project is in working order. Before the midterm, I have done the following works:
1. Finish the SAFECode llvm 3.7 portation. Currently it
2011 Aug 10
2
[LLVMdev] Segmented Stacks: Pre-midterm work
Hi!
Attached my pre-midterm GSoC work for segmented stacks for review (with
the required fixes).
Thanks!
--
Sanjoy Das
http://playingwithpointers.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-New-command-line-option-to-enable-segmented-stacks.patch
Type: text/x-diff
Size: 1699 bytes
Desc: not available
URL:
2011 Aug 16
2
[LLVMdev] Segmented Stacks: Pre-midterm work
On Tue, Aug 16, 2011 at 09:06:52AM +0200, Duncan Sands wrote:
> thanks for working on this! As far as I know, split stacks are the only thing
> special to GCC Go, otherwise the generic GCC infrastructure was enough.
Not true. At least on x86_64, Go uses a different calling convention.
Joerg
2011 Aug 16
2
[LLVMdev] Segmented Stacks: Pre-midterm work
> thanks for working on this! As far as I know, split stacks are the only thing
> special to GCC Go, otherwise the generic GCC infrastructure was enough. If that
> is true then you shouldn't need to do more than what you described above, except
> for poking at things until they work of course! The usual source of trouble is
> when front-ends trying to write things directly to
2011 Aug 17
0
[LLVMdev] Segmented Stacks: Pre-midterm work
As far as I can see (after hand-tweaking the assembly generated for a
simple example), there is no problem with the calling
convention. Also, go_write_export_data only seems to generate to some
sort of debug information (which does not look like DWARF).
However, there seems to be some problem with how LLVM handles
trampolines -- I'm currently trying find out what exactly the problem
is.
--
2011 Aug 16
0
[LLVMdev] Segmented Stacks: Pre-midterm work
Hi Sanjoy,
> I've been working on coroutines for some time, and it seems you were
> right - it makes much more sense to have regular C (and assembly) code
> for handling coroutines. For instance, I'd otherwise would have to
> make an assumption about the threading model the platform has (or
> assume there are no threads at all, which prevents me from allowing
> goroutine
2011 Aug 15
4
[LLVMdev] Segmented Stacks: Pre-midterm work
Hi!
I've been working on coroutines for some time, and it seems you were
right - it makes much more sense to have regular C (and assembly) code
for handling coroutines. For instance, I'd otherwise would have to
make an assumption about the threading model the platform has (or
assume there are no threads at all, which prevents me from allowing
goroutine like ("run parallel till you
2014 Aug 01
0
samba 4.1.9 group share issues with nfsv4 acl
Dear list,
I have a freebsd 10 server with a ZFS pool, where data is shared with
samba. ZFS ACLs are compliant with NFSv4 ACL.
ZFS acl mode and inherit are set to passthrough (not sure it's really
relevant here).
The server is a domain member, and "standard" file service works well.
I had the same setup with samba 3.5, where I was able to have a single
share for all groups, so I
2010 Mar 09
3
Help! I turned my data into junk!
I posted my data for a midterm into notepad and it turned into symbols. The
other bit I posted turned out just fine, but for some reason this one messed
up. I need this stuff for a class. Anyone know how to get my data back.
Please help soon!
--
View this message in context: http://n4.nabble.com/Help-I-turned-my-data-into-junk-tp1585481p1585481.html
Sent from the R help mailing list archive
2016 Jun 22
2
[GSoC 2016] Enabling Polyhedral Optimizations in Julia - Midterm Report
Dear Community,
in an earlier post, students working on LLVM were asked to provide a short
report on
their GSoC project. in the following I want to give an overview on the
current status of my
GSoC project and outline my next planned activities. Since my mentoring
organization is Julia,
I also send this to the according mailing list.
*1. Activities so far:*
As described in my proposal [1], I
2016 Jun 20
2
[GSoC 2016] Polly as an Analysis pass - Midterm report
Dear Community,
I would like to summarize my work till date for GSoC 2016.
Till the current phase of my project, I have mostly focused on developing
the necessary infrastructure to use analysis results from Polly in LLVM.
Initial plan as mentioned in the proposal:
For the first month:-
1.
Decouple ScopInfo pass from Polly’s pass chain and provide capability to
create SCoP(Static
2006 Oct 23
2
Help with "recode" and "factor" functions
I have a data set with seven inputs. Four of which are categorical. For my
midterm, my professor wants us to scale all the inputs. This means, I
pressume, that I have to use 'recode' or 'factor' to transform the
categorical data in numerical. For example, one input variable is
'race=(b,w,h,o)'. I just want to assign a numerical value to all
'b,w,h,o'. I
2009 Feb 26
2
Importing zoo object ("index contains NAs")
Dear list,
I have an irregular time series saved and exported as a zoo object. What is the trick to force zoo to ignore the missing dates when reading it back in? Thanks.
> str(g)
?zoo? series from 1948-11-02 to 2012-11-06
Data: num [1:14881, 1:8] 1 0 0 0 0 0 0 0 0 0 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:8] "session" "midterm"
2016 May 04
2
GSoC 2016 Introduction
Hello everyone,
My name is Ayush Tomar. I'll be working on Learning to Rank stabilisation
project over the summers.
Here are a few things that I plan to do in coming few days:
1. Revise the timeline. There are some portions that I had kept for
the first and second week of coding which have already been done (except
writing tests). So, I'd like to adjust the timeline according to it.
2.
2020 Mar 10
2
GSoC: Improve parallelism-aware analyses and optimizations
Greetings everyone,
I am Abhay Raj Singh, a 2nd-year student at NIT Hamirpur, Bharat(India).
I am very interested in the project titled "Improve parallelism-aware
analyses and optimizations"
I would like to apologize for contacting so late I had midterm examination,
finished recently.
I have taken a course on OpenMP from YouTube which was supported by Intel
I have ~4-5 years of
2012 Mar 28
0
[LLVMdev] GSoC 2012 Proposal: Python bindings for LLVM
Hello all,
Here is my GSoC 2012 proposal: Python bindings for LLVM. Any feedback are
welcome!
*Title: Python bindings for LLVM*
*Abstract: * llvm-py provides Python bindings for LLVM. The latest llvm-py
supports bindings with Python 2.x version for LLVM 2.x. This project is to
improve llvm-py to make it compatible with both Python 2.x and Python 3 for
LLVM 3.
*Motivation*
LLVM is used as a
2011 Mar 29
0
[LLVMdev] GSoC: PTX Back-End for LLVM
On 03/28/2011 09:12 AM, Justin Holewinski wrote:
> Hi All,
>
> I am going to submit a GSoC proposal for LLVM this year, and I would
> like to first post it here to get constructive feedback before I submit
> it before the April 8 deadline. This is the first time I have submitted
> a GSoC proposal, so please be brutal with the feedback. :)
Hi Justin,
I think this is a great