-
Google
- San Francisco, CA
Block or Report
Block or report steven-johnson
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
neveragaindottech.github.io Public
Forked from neveragaindottech/neveragaindottech.github.io
Source files for the neveragain.tech site
HTML
-
halide-feedstock Public
Forked from conda-forge/halide-feedstock
A conda-smithy repository for halide.
Shell
-
buildbot Public
Forked from buildbot/buildbot
Python-based continuous integration testing framework; your pull requests are more than welcome!
Python
-
-
tensorflow Public
Forked from tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
C++
948 contributions in the last year
Contribution activity
May 2023
Created 24 commits in 2 repositories
Created a pull request in halide/Halide that received 1 comment
Avoid potentially infinite loop in fuzz/simplify.cpp
FuzzedDataProvider is not a RNG; there's no guarantee that it won't return the same data to you forever. This means that the loop to find a new sub…
Opened 16 other pull requests in 2 repositories
halide/Halide
15
merged
- Pacify clang-tidy by removing unused constant
- Tighten Target parsing for Xtensa
- In fuzz/simplify, output errors to cerr, not cout
- Check for slightly different error msg in AppleClang 14.0.3
- Fix #7579
- Fix various compilation errors with AppleClang 14.0.3
-
Allow autoconversion from
Buffer<T>
->Buffer<const T>&
and toBuffer<void>&
- Upgrade WABT to 1.0.33
- Remove unique_name() usage from fuzz/cse
- Add/augment some runtime debug output
- Fix #7556
- Followup to #7551 for bool vectors
- Fix fuzz/cse to avoid signed_integer_overflow() results
- Fix errors in fuzz/simplify.cpp
- Fix unused-thing warnings in fuzz/simplify.cpp
halide/build_bot
1
merged
Reviewed 19 pull requests in 4 repositories
halide/Halide
16 pull requests
- [vulkan] Change the feature version requirement to v1.3 for correctness_gpu_dynamic_shared
- [vulkan] Fix subregion memory offsets to respect buffer alignment
- Adds fuzzing preset
- Fix save_tiff() PlanarConfig assignment for monochrome inputs
- [vulkan] Disable generator acquire_release test for Vulkan
- [vulkan] Disable performance_wrap test for Vulkan ... results don't match
- [vulkan] Fix missing initializer for vulkan memory config
- fuzz: Add libfuzzer compatible bounds fuzzer
- Fix fuzz/cse to avoid signed_integer_overflow() results
- fix(fuzz): Refactor fuzzers to fix off by 1 errors
- fuzz: Port correctness/cse fuzzer over to libfuzzer
- Add libfuzzer compatible fuzz harness
- metal : replacing spinlock by mutex
- Remove workaround for GCC 4.x.x in cpuid()
- Fix flag check for fuzzers
- Use env vars instead of CMake vars for Dawn/Node bindings
conda-forge/halide-feedstock
1 pull request
halide/build_bot
1 pull request
google/oss-fuzz
1 pull request
Created an issue in halide/Halide that received 19 comments
Fuzzer tests need instructions on local reproduction
The tests under fuzz/ only seem to be usable in conjunction with a nontrivial harness, such as OSS-Fuzz, or something similar; when bugs are inevit…
Opened 8 other issues in 1 repository
halide/Halide
5
open
3
closed
- Simplification failure in fuzz/simplify
-
The process for generating
mini_webgpu.h
need documenting - WebGPU tests failing with most recent builds of Dawn
- UBSan failure reported from fuzz/simplify
- Failure in fuzz/cse.cpp
- cast() operation doesn't handle Broadcast-of-Ramp properly
- HAS_FUZZ_FLAGS fails on OSX & Linux
- fuzz tests call ConsumeIntegralInRange() incorrectly