diff --git a/content/page/datengarten.md b/content/page/datengarten.md index c26e1b6..94d7526 100644 --- a/content/page/datengarten.md +++ b/content/page/datengarten.md @@ -32,17 +32,12 @@ Aktuelles - [Datengarten Aufzeichnungen](https://media.ccc.de/c/datengarten/) @ [C3VOC](https://c3voc.de/wiki/) -Anstehende Datengärten ----------------------- +Aktuelle Datengärten +-------------------- Beginn: jeweils um 20 Uhr im CCCB, Marienstr. 11 (Hinterhaus), 10117 Berlin -... - -Bisherige Datengärten ---------------------- - -... +{{}} Archiv ------ diff --git a/content/post/datengarten_88.md b/content/post/datengarten_88.md new file mode 100644 index 0000000..07b83fa --- /dev/null +++ b/content/post/datengarten_88.md @@ -0,0 +1,25 @@ +--- +categories: ["Datengarten"] +no: 88 +series: "Datengarten" +streaming: true +recording: https://media.ccc.de/v/dg-88 +tags: ["GPU", "Embedded", "Open Source"] +title: "Datengarten 88" +subtitle: "Progress in the Embedded GPU space" +speaker: "Robert Foss" +location: "CCCB" +language: Englisch +date: 2018-04-10T11:00:00+02:00 +event_date: 2018-05-08T20:00:00+02:00 +--- +{{< datengarten-infobox >}} + +Ten years ago no one would have expected the embedded GPU ecosystem in Linux to be what it is now. Today, a large number of GPUs have Open Source support and for those that aren't supported yet, improvements are happening at a rapid pace. + +In just the last year Vivante GPUs have gained mainline support and Mali GPUs have seen good progress being made. + +In this talk, Robert will cover GPUs in the embedded space and give an overview about their current status, what lies ahead and how the Open Source state of the art compares +to the proprietary alternatives. + + diff --git a/layouts/partials/location.html b/layouts/partials/location.html new file mode 100644 index 0000000..7668dcc --- /dev/null +++ b/layouts/partials/location.html @@ -0,0 +1,5 @@ +{{if eq . "CCCB" }} +Chaos Computer Club Berlin e.V. (Anfahrt ) +{{else}} +{{ . }} +{{end}} diff --git a/layouts/shortcodes/datengarten-infobox.html b/layouts/shortcodes/datengarten-infobox.html new file mode 100644 index 0000000..e8f4a66 --- /dev/null +++ b/layouts/shortcodes/datengarten-infobox.html @@ -0,0 +1,15 @@ +

+ {{ .Page.Params.Speaker }}
+ {{ dateFormat "02.01.2006, 15:04" .Page.Params.Event_date }} Uhr
+ {{ .Page.Params.Language }}
+ {{ partial "location" .Page.Params.Location }} +

+{{ if isset .Page.Params "recording" }} +

{{ .Page.Params.Recording }}

+{{ else }} + {{ if and (eq .Page.Params.Streaming true) (not (isset .Page.Params "recording" )) }} +

Stream: streaming.media.ccc.de/datengarten

+ {{ else }} +

Dieser Vortrag wird nicht gestreamed! / This talk will not be streamed!

+ {{ end }} +{{ end }} diff --git a/layouts/shortcodes/series.html b/layouts/shortcodes/series.html new file mode 100644 index 0000000..d87c70a --- /dev/null +++ b/layouts/shortcodes/series.html @@ -0,0 +1,21 @@ +{{ $series := or (.Get 0) $.Page.Params.series }} + + + + + + + + + {{ range $ind,$art := $.Site.Pages.ByDate }} + {{ if eq $art.Params.series $series }} + + + + + + + + {{ end }} + {{ end }} +
No.DateSpeakerTopicVideo
{{ $art.Params.no }}{{ dateFormat "02.01.2006" $art.Params.event_date }}{{ $art.Params.speaker }}{{ $art.Params.subtitle }}