-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGPU-STREAM.html
28 lines (26 loc) · 1.24 KB
/
GPU-STREAM.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: page
title: GPU-STREAM
permalink: /GPU-STREAM/
---
<!-- This code is licensed under GNU GPL v3 -->
<!-- You are allowed to freely copy, distribute and use this code, but removing author credit is strictly prohibited -->
<!-- Generated by http://insider.zone/tools/client-side-url-redirect-generator/ -->
<link rel="canonical" href="http://uob-hpc.github.io/BabelStream/"/>
<noscript>
<meta http-equiv="refresh" content="0;URL=http://uob-hpc.github.io/BabelStream/">
</noscript>
<!--[if lt IE 9]><script type="text/javascript">var IE_fix=true;</script><![endif]-->
<script type="text/javascript">
var url = "http://uob-hpc.github.io/BabelStream/";
if(typeof IE_fix != "undefined") // IE8 and lower fix to pass the http referer
{
document.write("redirecting..."); // Don't remove this line or appendChild() will fail because it is called before document.onload to make the redirect as fast as possible. Nobody will see this text, it is only a tech fix.
var referLink = document.createElement("a");
referLink.href = url;
document.body.appendChild(referLink);
referLink.click();
}
else { window.location.replace(url); } // All other browsers
</script>
<!-- Credit goes to http://insider.zone/ -->