7
7
< title > Polly - Polyhedral optimizations for LLVM</ title >
8
8
< link type ="text/css " rel ="stylesheet " href ="menu.css ">
9
9
< link type ="text/css " rel ="stylesheet " href ="content.css ">
10
+ < script src ="video-js/video.js " type ="text/javascript " charset ="utf-8 "> </ script >
11
+ < script type ="text/javascript ">
12
+ VideoJS . setupAllWhenReady ( ) ;
13
+ </ script >
14
+
15
+ <!-- Include the VideoJS Stylesheet -->
16
+ < link rel ="stylesheet " href ="video-js/video-js.css " type ="text/css " media ="screen " title ="Video JS ">
10
17
</ head >
11
18
< body >
12
19
<!--#include virtual="menu.html.incl"-->
@@ -24,6 +31,34 @@ <h1>Polly: Polyhedral optimizations for LLVM</h1>
24
31
vector instructions as well as dedicated accelerators.</ p >
25
32
26
33
< p >
34
+ < div class ="video-js-box " style ="margin:auto; margin-top: 1em; margin-bottom: 1em ">
35
+ < video id ="example_video_2 " class ="video-js " width ="640 " height ="360 "
36
+ controls ="controls " preload ="auto "
37
+ poster ="images/video-summit-2011.png ">
38
+ <!-- <source
39
+ src="http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.mp4"
40
+ type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> -->
41
+ < source
42
+ src ="http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.webm "
43
+ type ='video/webm; codecs="vp8, vorbis" '>
44
+ <!--
45
+ <object id="flash_fallback_2" class="vjs-flash-fallback" width="640"
46
+ height="360" type="application/x-shockwave-flash"
47
+ data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
48
+ <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
49
+ <param name="allowfullscreen" value="true" />
50
+ <param name="flashvars"
51
+ value='config={"playlist":["publications/images/video-summit-2011.png",
52
+ {"url":
53
+ "http://www.grosser.es/publications/grosser-2011--Polly-First-successful-optimizations--LLVM-Developer-Meeting.mp4","autoPlay":false,"autoBuffering":true}]}'
54
+ /> -->
55
+ < img src ="images/video-summit-2011.png " width ="640 " height ="360 " alt ="Poster Image "
56
+ title ="No video playback capabilities. " />
57
+ <!--
58
+ </object>
59
+ -->
60
+ </ video >
61
+ </ div >
27
62
< b > WARNING:</ b > Polly started as a research project and larger parts of it are
28
63
still open research projects. Even though we aim for a robust, production
29
64
quality implementation, not all parts of Polly are there yet. We invite
0 commit comments