search for: midterm

Displaying 20 results from an estimated 40 matches for "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 Korobeyniko...
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 test...
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: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130730/f411e4be/attachment.html>
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 could work on freebsd 9.3 well and all my recent work are done on this environment. 2. Test this implementation on various test benches and softwares. Fix many bugs and improve the robustness of SAFECode...
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 b...
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
...every users were able to read and write on their group folders. (no need for any acl) It seems that it doesn't work this way anymore, from samba 3.6 to samba 4.1.on I saw that a way to handle that was to use acl, so I configured to use the zfs_acl vfs. My configuration is currently : --- [midterm] path = /data/midterm read only = No create mask = 0770 directory mask = 0770 inherit acls = Yes inherit owner = Yes map acl inherit = Yes hide unreadable = Yes map archive = No map readonly = no store dos attributes = Yes csc policy = disable strict locking = No vfs objects = zfsacl...
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-j...
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...
2009 Feb 26
2
Importing zoo object ("index contains NAs")
...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" "day.of.wk" "elapsed" ... Index: Class 'Date' num [1:14881] -7730 -7303 -7302 -7301 -7300 ... > write.zoo(g, file = "gdata.txt", index.name = "date", append = F, quote = T, sep = ",") > h <- read.zoo("gdata.txt"...
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 experience with C++ and ~2years with "Modern C++" and STL. I have contributed to some C++ projects like: C++ Pipes (https://github.com/joboccara/pipes) - Added...
2012 Mar 28
0
[LLVMdev] GSoC 2012 Proposal: Python bindings for LLVM
...e* type. When supporting Python 3 in llvm-py, we should focus on these C API changes. *Timeline* Before the coding period starts, I will analysis llvm-py source code deeply, read LLVM 3 related documentation and code to speed up the project. The coding period is divided into two stages: before midterm evaluation, I would port llvm-py to LLVM 3. After the midterm, I would add Python 3 support on llvm-py. May 21 ~ May 27 Support IR Type System for LLVM 3 May 28 ~ June 3 Support new Value sub classes and instruction sub classes June 4 ~ June 10 Deal with Pass Framework June 11 ~ June 17 Improve...
2011 Mar 29
0
[LLVMdev] GSoC: PTX Back-End for LLVM
...lude a short description of what you plan to deliver, how long its implementation will take and when you plan to implement it during the summer of code. Those milestones could be sorted into the time frame you have for the GSoC. In addition, you could define "Success Criteria" for the midterm/final evaluation. This will make it easy to see during GSoC, if you are on track with your project and will allow you and your mentor to readjust your milestones if necessary. When developing mile stones and success criteria, better be conservative and only add items you are confident you can...