Skip to content

Commit 7771b52

Browse files
fix: Bump, build, and correct folders
1 parent 85d64e9 commit 7771b52

File tree

6 files changed

+18
-22
lines changed

6 files changed

+18
-22
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Matrix multiplication (perform matrix multiplication on 2 matrices of size 512 x
2121

2222
## Browser
2323
```html
24-
<script src="bin/gpu-browser.min.js"></script>
24+
<script src="dist/gpu-browser.min.js"></script>
2525
<script>
2626
// GPU is a constructor and namespace for browser
2727
const gpu = new GPU();
@@ -133,7 +133,7 @@ const gpu = new GPU();
133133
Download the latest version of GPU.js and include the files in your HTML page using the following tags:
134134

135135
```html
136-
<script src="bin/gpu-browser.min.js"></script>
136+
<script src="dist/gpu-browser.min.js"></script>
137137
<script>
138138
const gpu = new GPU();
139139
</script>
@@ -782,9 +782,9 @@ const newKernelFromJson = gpu.createKernel(json);
782782
console.log(newKernelFromJSON()); // [Float32Array([1,2,3,4])];
783783
```
784784

785-
NOTE: There is lighter weight, pre-built, version of GPU.js to assist with serializing from to and from json in the bin folder of the project, which include:
786-
* [bin/gpu-browser-core.js](bin/gpu-browser-core.js)
787-
* [bin/gpu-browser-core.min.js](bin/gpu-browser-core.min.js)
785+
NOTE: There is lighter weight, pre-built, version of GPU.js to assist with serializing from to and from json in the dist folder of the project, which include:
786+
* [dist/gpu-browser-core.js](dist/gpu-browser-core.js)
787+
* [dist/gpu-browser-core.min.js](dist/gpu-browser-core.min.js)
788788

789789
### using `kernel.toString(args...)`
790790
GPU.js supports seeing exactly how it is interacting with the graphics processor by means of the `kernel.toString(...)` method.

dist/gpu-browser-core.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.0.0-rc.17
8-
* @date Wed Jun 26 2019 14:12:44 GMT-0700 (Pacific Daylight Time)
7+
* @version 2.0.0-rc.18
8+
* @date Thu Jun 27 2019 13:44:26 GMT-0400 (Eastern Daylight Time)
99
*
1010
* @license MIT
1111
* The MIT License
@@ -11160,7 +11160,6 @@ for (const p in lib) {
1116011160
GPU[p] = lib[p];
1116111161
}
1116211162
module.exports = GPU;
11163-
1116411163
},{"./index":84}],83:[function(require,module,exports){
1116511164
const gpuMock = require('gpu-mock.js');
1116611165
const { utils } = require('./utils');

dist/gpu-browser-core.min.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.0.0-rc.17
8-
* @date Wed Jun 26 2019 14:12:46 GMT-0700 (Pacific Daylight Time)
7+
* @version 2.0.0-rc.18
8+
* @date Thu Jun 27 2019 13:44:28 GMT-0400 (Eastern Daylight Time)
99
*
1010
* @license MIT
1111
* The MIT License
@@ -17,8 +17,8 @@
1717
*
1818
* GPU Accelerated JavaScript
1919
*
20-
* @version 2.0.0-rc.17
21-
* @date Wed Jun 26 2019 14:12:44 GMT-0700 (Pacific Daylight Time)
20+
* @version 2.0.0-rc.18
21+
* @date Thu Jun 27 2019 13:44:26 GMT-0400 (Eastern Daylight Time)
2222
*
2323
* @license MIT
2424
* The MIT License
@@ -11173,7 +11173,6 @@ for (const p in lib) {
1117311173
GPU[p] = lib[p];
1117411174
}
1117511175
module.exports = GPU;
11176-
1117711176
},{"./index":84}],83:[function(require,module,exports){
1117811177
const gpuMock = require('gpu-mock.js');
1117911178
const { utils } = require('./utils');

dist/gpu-browser.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.0.0-rc.17
8-
* @date Wed Jun 26 2019 14:12:45 GMT-0700 (Pacific Daylight Time)
7+
* @version 2.0.0-rc.18
8+
* @date Thu Jun 27 2019 13:44:26 GMT-0400 (Eastern Daylight Time)
99
*
1010
* @license MIT
1111
* The MIT License
@@ -15924,7 +15924,6 @@ for (const p in lib) {
1592415924
GPU[p] = lib[p];
1592515925
}
1592615926
module.exports = GPU;
15927-
1592815927
},{"./index":85}],84:[function(require,module,exports){
1592915928
const gpuMock = require('gpu-mock.js');
1593015929
const { utils } = require('./utils');

dist/gpu-browser.min.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.0.0-rc.17
8-
* @date Wed Jun 26 2019 14:12:46 GMT-0700 (Pacific Daylight Time)
7+
* @version 2.0.0-rc.18
8+
* @date Thu Jun 27 2019 13:44:28 GMT-0400 (Eastern Daylight Time)
99
*
1010
* @license MIT
1111
* The MIT License
@@ -17,8 +17,8 @@
1717
*
1818
* GPU Accelerated JavaScript
1919
*
20-
* @version 2.0.0-rc.17
21-
* @date Wed Jun 26 2019 14:12:45 GMT-0700 (Pacific Daylight Time)
20+
* @version 2.0.0-rc.18
21+
* @date Thu Jun 27 2019 13:44:26 GMT-0400 (Eastern Daylight Time)
2222
*
2323
* @license MIT
2424
* The MIT License
@@ -15937,7 +15937,6 @@ for (const p in lib) {
1593715937
GPU[p] = lib[p];
1593815938
}
1593915939
module.exports = GPU;
15940-
1594115940
},{"./index":85}],84:[function(require,module,exports){
1594215941
const gpuMock = require('gpu-mock.js');
1594315942
const { utils } = require('./utils');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gpu.js",
3-
"version": "2.0.0-rc.17",
3+
"version": "2.0.0-rc.18",
44
"description": "GPU Accelerated JavaScript",
55
"engines": {
66
"node": ">=10.0.0"

0 commit comments

Comments
 (0)