Platform
Resources
Pricing
Sign in
Get started
Roger Veciana i Rovira
Workspace
Fork
Published
By
Roger Veciana i Rovira
Edited
Dec 4, 2019
1 star
Insert cell
Insert cell
kernel
(
GPU
.
input
(
new
Float32Array
(
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
]
)
,
[
3
,
3
]
)
,
GPU
.
input
(
new
Float32Array
(
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
]
)
,
[
3
,
3
]
)
)
Insert cell
kernel
(
GPU
.
input
(
new
Int32Array
(
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
]
)
,
[
3
,
3
]
)
,
GPU
.
input
(
new
Int32Array
(
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
]
)
,
[
3
,
3
]
)
)
Insert cell
kernel
=
gpu
.
createKernel
(
function
(
a
,
b
)
{
return
a
[
this
.
thread
.
y
]
[
this
.
thread
.
x
]
+
b
[
this
.
thread
.
y
]
[
this
.
thread
.
x
]
;
}
)
.
setOutput
(
[
3
,
3
]
)
Insert cell
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
kernel
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
gpu
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
GPU
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML