Skip to content

Instantly share code, notes, and snippets.

@bytbox
bytbox / x
Created December 15, 2020 07:15
==> Making package: miopen-hip 3.10.0-1 (Tue 15 Dec 2020 12:03:26 AM MST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading miopen-hip-3.10.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 140 100 140 0 0 528 0 --:--:-- --:--:-- --:--:-- 528
100 33.9M 0 33.9M 0 0 3806k 0 --:--:-- 0:00:09 --:--:-- 4379k
==> Validating source files with sha256sums...
@bytbox
bytbox / test.lhs
Created March 24, 2012 14:04
Just a test of literate haskell language recognition
Anything
> here = at all
all: ipc-speed
ipc-speed: main.c
cc -g -O0 -o $@ main.c
clean:
rm -f ipc-speed
Copyright (C) <YEAR> <OWNER>
All rights reserved.
Permission is hereby granted to use this software free of charge.
Redistribution of verbatim, standalone copies of this software, with or
without source, is permitted provided that this notice is retained unmodified.
Modification of this software is permitted provided that the source code for
all modifications is made available free of charge upon request, under these