Skip to content

Commit

Permalink
Trying to make the posts appear.
Browse files Browse the repository at this point in the history
  • Loading branch information
kautlenbachs committed Dec 6, 2023
1 parent f6c0e74 commit 6d3030b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Gemfile.lock

# Jekyll cache
.jekyll-cache
.jekyll-metadata
_site

# RubyGems
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ theme: jekyll-theme-chirpy
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:
timezone: Europe/Tallinn

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------
Expand Down
1 change: 0 additions & 1 deletion docs/_posts/.placeholder

This file was deleted.

12 changes: 12 additions & 0 deletions docs/_posts/2011-12-31-new-years-eve-is-awesome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: post
title: "Welcome to Jekyll!"
---

# Welcome

**Hello world**, this is my first Jekyll blog post.

I hope you like it!

Tere
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
title: Optimizations
date: 2023-12-03 12:00:00 -500
layout: post
title: 'Optimizations'
date: '2022-10-03 10:00:00 +0200'
categories: [optimizations, profiling]
tags: [nsys, metadata, samples, memory, io]
tags: [nsys]
---



# Optimizations that enable efficient use of GPU

Basic principles for efficient GPU computing in context of EO data processing:
Expand All @@ -18,4 +21,5 @@ Below will be presented optimizations following those principles.

## Write/output optimizations

Tere

0 comments on commit 6d3030b

Please sign in to comment.