similar to: EuroLLVM'20 cancellation notice

Displaying 20 results from an estimated 2000 matches similar to: "EuroLLVM'20 cancellation notice"

2020 Feb 19
2
EuroLLVM'20: Diversity and Inclusion in Compilers and Tools workshop announcement
Hi All, It's my pleasure to announce the Diversity and Inclusion in Compilers and Tools workshop that will be held on the afternoon of April 5th, at the same venue as the EuroLLVM'20. This event features speakers and discussion aiming to increase diversity and inclusion within the LLVM community, attendee's workplace or university, and within the field of compilers and tools. It is
2017 Mar 13
2
[llvm-devmeeting] [EuroLLVM] Hacker's Lab - Topics and Volunteers needed!
Registered, thx! On 03/13, Renato Golin wrote: > On 13 March 2017 at 13:01, Tobias Grosser <tobias.grosser at inf.ethz.ch> wrote: > > I am happy to merge these things. > > Ok. We'll need a big table. :) -- Johannes Doerfert Researcher / PhD Student Compiler Design Lab (Prof. Hack) Saarland Informatics Campus, Germany Building E1.3, Room 4.31 Tel. +49 (0)681
2020 Mar 23
2
Tasa variación diaria COVID-19
Muchas gracias a todos por su ayuda. Hace un rato antes de abrir el correo, he encontrado dos soluciones a mi problema de como calcular el porcentaje de variación. La primera es usando el paquete dplyr: https://stackoverflow.com/questions/48196552/calculate-percentage-change-in-r-using-dplyr/48196871 La segunda usando la función PercChange del paquete DataCombine
2020 Mar 22
3
Tasa variación diaria COVID-19
Eric ¿Que dataset utilizo? Por curiosidad probé su código, pero me salen errores. Copio y pego todo como me sale en la consola. > # https://raw.githubusercontent.com/datasets/covid-19/master/data/time-series-19-covid-combined.csv > datos <- read.csv("C:/Users/HP/Downloads/time-series-19-covid-combined.csv") > > library(data.table) > library(ggplot2) >
2017 Jul 12
2
Call for Talks, Tutorials, BoFs, Panels, Student Research Competition, and More!
Call for Talks, Tutorials, BoFs, Panels, Student Research Competition, and More! All developers and users of LLVM and related sub-projects are invited to present at the 2017 LLVM Developers’ Meeting. We are looking for the following proposals: Technical Talks (~30 minutes): - On LLVM Infrastructure,Clang and all related sub-projects - On uses of LLVM in academia or industry - On new projects
2019 Mar 28
2
EuroLLVM Numerics info
All: There will be a BoF talk at the EuroLLVM conference regarding Numerics (FMF and module flags which control fp behavior and optimization). Even if you are not going to be in attendance, please reply to this thread as we are collecting open issues and ideas for future direction in all layers of LLVM for which optimizations are controlled by numerics flags. Please read over the numerics blog
2020 Mar 25
2
Tasa variación diaria COVID-19
Gracias Ruben, muy interesante. Algo así estuve buscando, por ciudades y a nivel internacional, pero no lo encontré. Me bastaría con el número de fallecimientos por día, de cuantas más ciudades del mundo mejor. Si alguno supiera de algo así, le agradecería que me lo comunicase. Un saludo, Manuel El mar., 24 mar. 2020 a las 21:04, Rubén Fernández Casal (< rubenfcasal en gmail.com>) escribió:
2019 Mar 29
8
EuroLLVM Numerics issues
All: There will be a BoF talk at the EuroLLVM conference regarding Numerics (FMF and module flags which control fp behavior and optimization). Even if you are not going to be in attendance, please reply to this thread as we are collecting open issues and ideas for future direction in all layers of LLVM for which optimizations are controlled by numerics flags. Please read over the numerics blog
2020 Mar 21
9
Tasa variación diaria COVID-19
Hola: Tengo los datos diarios del número de casos de coronavirus por comunidades autónomas y quiero calcular el número diario de nuevos casos y la tasa diaria de variación del número de casos y no se como hacerlo en R. *fecha* *comunidad* *poblacion* *casos_totales* 04/03/2020 Andalucía 8414240 13 05/03/2020 Andalucía 8414240 12 06/03/2020 Andalucía 8414240 21 04/03/2020 Aragón
2017 Mar 08
11
[EuroLLVM] Hacker's Lab - Topics and Volunteers needed!
The hacker's lab will be organized similar to the one at the US 2016 meeting [0]. That means 1.5 hour sessions and theme tables in the different rooms. Each table (~10) will have a sign on it to represent a sub-project or area of LLVM. This will help newcomers and even active developers congregate together on specific topics. In addition to labeling tables, we are asking for volunteers to
2017 Feb 22
3
[EuroLLVM] Program available! Hacker's Lab topics wanted!
We are happy to announce that the list of accepted sessions is available online [0]. The hacker's lab will be organized similar to the one at the US 2016 meeting [1]. To this end, we rely on you to send us topics via mail: eurollvm17-orga at cs.uni-saarland.de We will then look for knowledgeable volunteers and have a selection process to determine which are most interesting for the
2019 Apr 04
3
EuroLLVM Numerics info
Hi Micheal, Thanks for the blog post. Just like to point out few things that I thought is related to FP Numerics. LLVM could do some additional transformation with "sqrt" and "division" under fast math on X86 like 1/sqrt(x)* 1/sqrt(x) to 1/x. These are long latency instructions and could get benefit if enabled under unsafe math. Also are we considering doing such FP
2016 Jul 02
3
2016 LLVM Developers' Meeting - Bay Area: Call for Papers!
Call for Talks, Tutorials, BoFs, Panels, and More! All developers and users of LLVM and related sub-projects are invited to present at the 2016 LLVM Developers’ Meeting. We are looking for the following proposals: - Technical Talks on LLVM Infrastructure (~30 minutes) - Technicals Talks on related sub-projects (Clang, etc) - Talks of uses of LLVM in academia or industry - Talks on new projects
2020 Feb 08
2
Writing loop transformations on the right representation is more productive
Am Fr., 7. Feb. 2020 um 17:03 Uhr schrieb Chris Lattner <clattner at nondot.org >: > > The discussion here is valuable for me, helping me to make my > > presentation about it at EuroLLVM as relevant as possible. My current > > idea is to take a complex loop nest, and compare optimizing it using > > red/green DAGs and traditional pass-based optimizers. > > Cool.
2020 Feb 10
2
Writing loop transformations on the right representation is more productive
Thanks Chris for CCing us. I remember Michael's presentation and suggestion to consider Roslyn's design and experience. I'll be glad to discuss further in April. Michael, we can also talk later this week if you'd like. I'll send you a separate email. Loop transformations in MLIR take many different paths. Polyhedral affine-to-affine, generative/lowering in linalg, and also
2015 Aug 15
2
Euro LLVM videos finally online
Dear all, this week the videos from Euro LLVM 2015 in London have finally been made available at http://llvm.org/devmtg/2015-04/. Thanks again to all the presenters, the video recording team as well as the organizers around Andy Thomason for all their work and afford! On page 8 of the HiPEAC Newsletter, there was also a report about EuroLLVM 2015 Published.
2015 May 06
3
[LLVMdev] This year's EuroLLVM Developer's meeting
Where can I find slides and videos for this year's EuroLLVM Developer's meeting? Thanks, Ambuj -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150506/911e659f/attachment.html>
2018 Mar 20
3
HPC/Parallel/Polly BoF at EuroLLVM
Hey folks, Do we have proposals for an HPC focused BoF at EuroLLVM? I'd like to discuss the current efforts around integrating Polly, parallel IR efforts and vectoriser support in VPlan (like outer loop), as well as coordination on the next steps around Flang. -- cheers, --renato
2014 Apr 23
2
[LLVMdev] Proposal: AArch64/ARM64 merge from EuroLLVM
Hi Gerolf, Sorry for the delayed response. I had to get permission to share more details. I am allowed to share relative numbers but not absolute numbers. Any missing test is due to runtime failures (e.g., gcc failure due to the fused multiply pattern bug which Tim fixed later on). Thanks, Ana. Benchmarks ARM64 vs GCC 4.9 % ARM64 vs AArch64 % ARM64 vs AArch64 patched %
2020 Mar 28
5
Datos oficiales de COVID-19 en España
Hola a todos, Por fin pude terminar de preparar la descarga y procesamiento de los datos por edad y sexo. Ya están en el repositorio: https://github.com/rubenfcasal/COVID-19 Ya puestos también incluí la descarga e importación de los datos acumulados del ISCIII y actualicé las tablas en https://rubenfcasal.github.io/COVID-19/COVID-19-tablas.html empleando el paquete DT. Ahora tiene tres