Skip to content

Instantly share code, notes, and snippets.

View lovettchris's full-sized avatar

Chris Lovett lovettchris

View GitHub Profile
@lovettchris
lovettchris / fast.svg
Last active August 15, 2022 21:09
SNPE Performance Comparison between 1.61 and 1.64
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lovettchris
lovettchris / readme.md
Last active May 28, 2021 00:17
Why can't I select this text?

The beauty of the web is that every piece of text can be selected and copied on to the clipboard. So why on earth is selection disabled in the red error messages on the Azure Portal?

screenshot

; ModuleID = 'ELL'
source_filename = "ELL"
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-windows-msvc"
%TensorShape = type { i32, i32, i32 }
@ELL_context = internal unnamed_addr global i8* null, align 32
@c_0 = internal unnamed_addr constant [10 x float] [float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00], align 32
@g_0 = internal unnamed_addr global [10 x float] zeroinitializer, align 32
@lovettchris
lovettchris / FileSystemMock.cs
Created August 21, 2020 00:27
The beginnings of a Coyote file system mock object for Task Programming model...
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Security.Permissions;
using System.Text;
using System.Threading.Tasks;
namespace CoyoteTests
{
@lovettchris
lovettchris / screenshot.md
Last active October 3, 2019 05:01
Intel Performance Libraries...

See screen shot.

@lovettchris
lovettchris / graph.dgml
Last active October 28, 2019 19:15
A DGML graph generated by CoyoteTester
<DirectedGraph xmlns='http://schemas.microsoft.com/vs/2009/dgml'>
<Nodes>
<Node Id='Coyote.Examples.FailureDetector.Driver' Label='Coyote.Examples.FailureDetector.Driver' Group='Expanded'/>
<Node Id='Coyote.Examples.FailureDetector.Driver.Init' Label='Init'/>
<Node Id='Coyote.Examples.FailureDetector.Driver.InjectFailures' Label='InjectFailures'/>
<Node Id='Coyote.Examples.FailureDetector.FailureDetector' Label='Coyote.Examples.FailureDetector.FailureDetector' Group='Expanded'/>
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.Init' Label='Init'/>
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.Reset' Label='Reset'/>
<Node Id='Coyote.Examples.FailureDetector.FailureDetector.SendPing' Label='SendPing'/>
<Node Id='Coyote.Examples.FailureDetector.Liveness' Label='Coyote.Examples.FailureDetector.Liveness' Group='Expanded'/>
This file has been truncated, but you can view the full file.
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Mt3620KeywordSpotter", "Mt3620KeywordSpotter.vcxproj", "{E9311E7A-319E-49BD-8926-C7C8677947BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
@lovettchris
lovettchris / Untitled.png
Last active March 25, 2019 05:41
dji assistant USB problem on Windows 10
Untitled.png
@lovettchris
lovettchris / .gitignore
Last active February 5, 2019 21:40
llc hang on Intel(R) Core(TM) i7-3770K CPU
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs