Skip to content

Instantly share code, notes, and snippets.

View jlebar's full-sized avatar

Justin Lebar jlebar

View GitHub Profile
#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);
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
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
This file has been truncated, but you can view the full file.
{
"log": {
"version": "1.2",
"creator": {
"name": "WebInspector",
"version": "537.36"
},
"pages": [
{
"startedDateTime": "2019-12-08T16:23:12.425Z",
This file has been truncated, but you can view the full file.
{
"log": {
"version": "1.2",
"creator": {
"name": "WebInspector",
"version": "537.36"
},
"pages": [
{
"startedDateTime": "2019-12-08T15:53:01.856Z",
This file has been truncated, but you can view the full file.
{
"log": {
"version": "1.2",
"creator": {
"name": "WebInspector",
"version": "537.36"
},
"pages": [
{
"startedDateTime": "2019-12-08T02:48:32.366Z",
This file has been truncated, but you can view the full file.
{
"log": {
"version": "1.2",
"creator": {
"name": "WebInspector",
"version": "537.36"
},
"pages": [
{
"startedDateTime": "2019-12-08T02:48:12.608Z",
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.
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.
Using --output_dir /usr/local/google/tmp/trax