View test.cu
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
#include <stdio.h> | |
#include <vector> | |
static constexpr int FULL_MASK = 31; | |
__global__ void test(const int* in, int *out) { | |
printf("threadIdx.x=%d, blockIdx.x=%d\n", threadIdx.x, blockIdx.x); | |
if (in[threadIdx.x] == 0) { | |
out[2 * threadIdx.x] = __activemask(); | |
__syncwarp(FULL_MASK); |
View gist:731f9385db6d658c5e131636ce158cc4
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
commit a0cfe8a15b50afd01a716188ca08780f0ea7da83 | |
Author: Paulo Pinheiro <paulovap.os@gmail.com> | |
Date: Wed Jun 3 21:44:29 2020 +0200 | |
[GUI Tests] Simplify GUI sub-project to run tests. | |
So, the current implementation of tests could be a bit | |
cumbersome, because needed to create a new qmake project | |
for each test class. This PR simplifies the gui folder structure | |
to accommodate tests sub-project in a way to keep all tests in a |
View gist:cf5a95f1c7d325cc46d37e92e1d372d7
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
https://www.amazon.com/Yubico-YubiKey-Factor-Authentication-Security/dp/B07HBTBJ5S/ref=sr_1_2?keywords=usb-c+nano+security+key&qid=1581630852&sr=8-2 |
View cslebar-tls-fast.har
This file has been truncated, but you can view the full file.
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
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2019-12-08T16:23:12.425Z", |
View cslebar-tls-slow.har
This file has been truncated, but you can view the full file.
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
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2019-12-08T15:53:01.856Z", |
View cslebar-tls.har
This file has been truncated, but you can view the full file.
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
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2019-12-08T02:48:32.366Z", |
View cslebar-notls.har
This file has been truncated, but you can view the full file.
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
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2019-12-08T02:48:12.608Z", |
View gist:9d4268c04465e5ca8bbf0fbd372c6370
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
WARNING: Logging before flag parsing goes to stderr. | |
W0908 06:35:24.408364 139822175184704 lazy_loader.py:50] | |
The TensorFlow contrib module will not be included in TensorFlow 2.0. | |
For more information, please see: | |
* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md | |
* https://github.com/tensorflow/addons | |
* https://github.com/tensorflow/io (for I/O related ops) | |
If you depend on functionality not listed there, please file an issue. | |
W0908 06:35:25.849802 139822175184704 deprecation_wrapper.py:119] From /usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/utils/expert_utils.py:68: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead. |
View gist:fcb502278cc03019238e677dc6c25896
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
WARNING: Logging before flag parsing goes to stderr. | |
W0907 21:06:26.900039 139893622470464 lazy_loader.py:50] | |
The TensorFlow contrib module will not be included in TensorFlow 2.0. | |
For more information, please see: | |
* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md | |
* https://github.com/tensorflow/addons | |
* https://github.com/tensorflow/io (for I/O related ops) | |
If you depend on functionality not listed there, please file an issue. | |
W0907 21:06:28.349731 139893622470464 deprecation_wrapper.py:119] From /usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/utils/expert_utils.py:68: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead. |
View gist:d7eab6f98b51193d2fb56bc73a7e0d84
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
Using --output_dir /usr/local/google/tmp/trax |
NewerOlder