This file contains 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
m 1 1200 | |
c | |
20250320 17:23:52 PRPLL 0.15-125-ga1349df starting | |
20250320 17:23:52 config: -device 0 -workers 1 -block 1000 -use FAST_BARRIER -use BIGLIT=1 -use BCAST=1 -use NONTEMPORAL=1 -use UNROLL_W=2 | |
20250320 17:23:52 config: -prp 136279841 | |
20250320 17:23:52 device 0, OpenCL 3635.0 (HSA1.1,LC), unique id 'd64a58a17330f0ed' | |
20250320 17:23:53 136279841 config: -DBCAST=1 -DBIGLIT=1 -DFAST_BARRIER=1 -DNONTEMPORAL=1 -DUNROLL_W=2 | |
20250320 17:23:53 136279841 FFT: 7.50M 512:15:512:0:0 (17.33 bpw) | |
20250320 17:23:55 136279841 OK 0 on-load: blockSize 1000, 0000000000000003 | |
20250320 17:23:55 136279841 Proof of power 10 requires about 17.1GB of disk space |
This file contains 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
m 1 1200 | |
c | |
20250320 02:23:44 PRPLL 0.15-125-ga1349df starting | |
20250320 02:23:44 config: -device 0 -workers 1 -block 1000 -use FAST_BARRIER -use BIGLIT=1 -use BCAST=1 -use NONTEMPORAL=1 -use UNROLL_W=2 | |
20250320 02:23:44 config: -prp 77936867 | |
20250320 02:23:45 device 0, OpenCL 3635.0 (HSA1.1,LC), unique id 'd64a58a17330f0ed' | |
20250320 02:23:45 77936867 config: -DBCAST=1 -DBIGLIT=1 -DFAST_BARRIER=1 -DNONTEMPORAL=1 -DUNROLL_W=2 | |
20250320 02:23:45 77936867 FFT: 4.50M 1K:9:256:1:0 (16.52 bpw) | |
20250320 02:23:47 77936867 OK 0 on-load: blockSize 1000, 0000000000000003 | |
20250320 02:23:47 77936867 Proof of power 10 requires about 9.8GB of disk space |
This file contains 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
/*jslint node*/ | |
"use strict"; | |
const jscad = require("@jscad/modeling"); | |
const {vec2, vec3} = jscad.maths; | |
const {colorize} = jscad.colors; | |
const {cylinder, sphere, torus} = jscad.primitives; | |
const {rotate, scale, translate} = jscad.transforms; | |
let edgeCylinder = cylinder({height: 1, radius: 0.01}); // cached |
This file contains 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
m=2^500000500001-1; | |
## | |
d=2 * 1663403835355 * 500000500001 + 1; | |
## | |
m%d | |
## | |
#binary(d) | |
## |
This file contains 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
#!/bin/bash | |
set -x | |
apt-get update 2>&1 > /dev/null | |
apt-get install -y git 2>&1 > /dev/null | |
usermod -a -G video root | |
echo ROC_ENABLE_PRE_VEGA=1 >> /etc/environment | |
echo HSA_OVERRIDE_GFX_VERSION=8.0.3 >> /etc/environment |
This file contains 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
#!/bin/bash | |
set -x | |
apt-get update 2>&1 > /dev/null | |
apt-get install -y git 2>&1 > /dev/null | |
usermod -a -G video root | |
echo ROC_ENABLE_PRE_VEGA=1 >> /etc/environment | |
echo HSA_OVERRIDE_GFX_VERSION=8.0.3 >> /etc/environment |
This file contains 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
See comment |
This file contains 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
const jscad = require('@jscad/modeling') | |
const { translate } = jscad.transforms | |
const { subtract } = jscad.booleans | |
const { extrudeLinear } = jscad.extrusions | |
const { rectangle } = jscad.primitives | |
const { geom2 } = jscad.geometries | |
h=43 | |
l1=78 | |
l2=95 |
This file contains 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
\\ a b c d e | |
\\ l m n f o | |
\\ k p g u v | |
\\ j h x r y | |
\\ i q w t s | |
\\ps=[3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 61, 71, 73, 79, 83, 101, 103, 107, 109, 113]; | |
ps=[3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 113]; | |
used=Vec(0,25); |
This file contains 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
readvec("mpe.gp"); | |
srch(P)={ | |
my(M=oo); | |
my(S=[]); | |
my(used=Vec(0, 9*P[#P])); | |
my(ismpe=Vec(0,mpe[#mpe])); | |
foreach(mpe,p,ismpe[p]=1); | |
foreach(P,a,used[a]=1; | |
foreach(P,b,if(!used[b],used[b]=1; |
NewerOlder