This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id="app"></div> | |
<script>var pyinstrumentHTMLRenderer=function(){"use strict";var is=Object.defineProperty;var ns=(F,ve,Pe)=>ve in F?is(F,ve,{enumerable:!0,configurable:!0,writable:!0,value:Pe}):F[ve]=Pe;var A=(F,ve,Pe)=>ns(F,typeof ve!="symbol"?ve+"":ve,Pe);function F(){}function ve(i){return i()}function Pe(){return Object.create(null)}function oe(i){i.forEach(ve)}function pt(i){return typeof i=="function"}function re(i,e){return i!=i?e==e:i!==e||i&&typeof i=="object"||typeof i=="function"}function ki(i){return Object.keys(i).length===0}function St(i,...e){if(i==null){for(const n of e)n(void 0);return F}const t=i.subscribe(...e);return t.unsubscribe?()=>t.unsubscribe():t}function ge(i,e,t){i.$$.on_destroy.push(St(e,t))}function Ci(i,e,t){return i.set(t),e}function u(i,e){i.appendChild(e)}function S(i,e,t){i.insertBefore(e,t||null)}function L |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ran query=1 in 12.8907s | |
Ran query=1 in 1.4123s | |
Ran query=1 in 2.0518s | |
Ran query=2 in 1.9878s | |
Ran query=2 in 1.1087s | |
Ran query=2 in 0.5492s | |
Ran query=3 in 6.8526s | |
Ran query=3 in 3.0100s | |
Ran query=3 in 3.1382s | |
Ran query=4 in 1.5490s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Sample demonstrating slowness of cudf.read_parquet with kvikio from S3. | |
# Instructions | |
Download the dev wheels (skip if you have it built locally; rquires vpn access) | |
curl -LO https://downloads.rapids.ai/ci/cudf/pull-request/17957/793d0b2/cudf_wheel_python_cudf_cu12_py312_x86_64.tar.gz | |
curl -LO https://downloads.rapids.ai/ci/cudf/pull-request/17957/793d0b2/cudf_wheel_cpp_libcudf_cu12_x86_64.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
PATH=/opt/homebrew/bin:$PATH | |
# The exact UUID doesn't matter, but this should match what you select in the UI. | |
UUID=edef356f-55b1-4132-b311-e5e8c10c6a33 | |
# This path is MacOS specific. | |
OUTPUT=$HOME/Library/Containers/com.microsoft.teams2/Data/Library/Application\ Support/Microsoft/MSTeams/Backgrounds/Uploads |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
dali + Zarr (GPU) example. | |
This script adapts the GPU example from | |
https://docs.nvidia.com/deeplearning/dali/user-guide/docs/examples/general/data_loading/external_input.html | |
to use Zarr for storage. | |
To run it, you'll currently need to use my fork of zarr-python: | |
pip install git+https://github.com/TomAugspurger/zarr-python/@tom/fix/gpu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Test reading (and writing) Zarr data with host and GPU. | |
$ python gputest.py gpu read | |
gpu read 2.96 | |
$ python gputest.py cpu read | |
cpu read 1.24 | |
""" | |
import argparse |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>memray - flamegraph report (memory leaks)</title> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
S2A_MSIL2A_20210101T000751_R130_T48CWA_20210101T155441 | |
S2A_MSIL2A_20210101T000751_R130_T48CWU_20210605T150149 | |
S2A_MSIL2A_20210101T000751_R130_T50CMC_20210101T155143 | |
S2A_MSIL2A_20210101T000751_R130_T49CDP_20210101T155258 | |
S2A_MSIL2A_20210101T000751_R130_T49CDR_20210101T155234 | |
S2A_MSIL2A_20210101T000751_R130_T49CES_20210101T155247 | |
S2A_MSIL2A_20210101T000751_R130_T48CWV_20210101T155203 | |
S2A_MSIL2A_20210101T000751_R130_T50CMB_20210606T092654 | |
S2A_MSIL2A_20210101T000751_R130_T50CNT_20210101T154951 | |
S2A_MSIL2A_20210101T000751_R130_T49CEP_20210101T155010 |
NewerOlder