1,720,954 research outputs found
rayanht/SPIRVSmith: SPIRVSmith v0.1.0
v0.1.0 - 2022-04-18
Bug Fixes
(fuzzer) avoid redefinition of builtins object and type when fuzzing composite operators - (4621063) - Rayan Hatout
(fuzzer) fix a bug in OpMatrixTimesMatrix where operands were in the wrong order - (a719968) - Rayan Hatout
(fuzzer) fix a few bugs related to linear algebra operators - (6d8851e) - Rayan Hatout
(fuzzer) fix linear algebra nodes not being imported at runtime - (3fd144c) - Rayan Hatout
(fuzzer) replace use of pseudo-random generator by system random generator - (11ccc3f) - Rayan Hatout
(fuzzer) fix a bug related to mismanaged scopes in nested blocks - (1f9359d) - Rayan Hatout
(poetry) manually add google-cloud transitive dependencies - (e972f8d) - Rayan Hatout
(tests) fix test flakiness - (a54fa63) - Rayan Hatout
(tests) fix implementation of tests that weren't updated after the change in type classification - (384d4c4) - Rayan Hatout
(tests) refactor tests to make sure they don't start the webserver and upload data to the cloud - (fc97d91) - Rayan Hatout
#### Build system
(docker) update Dockerfile - (a3abdc3) - Rayan Hatout
add Dockerization and Terraform-managed infra - (c9c6625) - Rayan Hatout
#### Continuous Integration
(infra) add BiqQuery instance and PubSub to infra - (7a53763) - Rayan Hatout
(infra) use Google Compute Engine instead of Google Kubernetes Engine for deployment - (8481b2c) - Rayan Hatout
(infra) update Actions to include Terraform deployment - (4d96e74) - Rayan Hatout
modify build & test GitHub job to not wait on infra - (670f297) - Rayan Hatout
Modify GitHub Action to not apply infrastructure changes on pull request - (225977b) - Rayan Hatout
Modify GitHub Action to not deploy on pull request - (8f5f434) - Rayan Hatout
pin the FOSSA Action version - (0fdcae5) - Rayan Hatout
update GitHub Action to use the short SHA when tagging Docker images - (3affeb9) - Rayan Hatout
perform initial setup of GitHub Actions - (01c4a9d) - Rayan Hatout
#### Documentation
(badges) update FOSSA badges - (66529a0) - Rayan Hatout
(repo) add cloud infrastructure to README - (ccd39c7) - Rayan Hatout
(repo) add explanations of differential testing and program reconditioning in README - (fa4f619) - Rayan Hatout
(repo) create CODE_OF_CONDUCT.md - (883975d) - Rayan Hatout
(repo) add build status, license, and test coverage badges to README - (64fd736) - Rayan Hatout
update reconditioning example in README - (8cf266c) - Rayan Hatout
#### Features
(all) add some tests, do a whole project refactor, add DataDog monitoring, and fix some bugs - (ff3d9e9) - Rayan Hatout
(ambergen) implement generation of structs by the Amber generator - (656e25d) - Rayan Hatout
(dependencies) add scripts to roll dependencies - (b2c9b07) - Rayan Hatout
(fuzzer) implement fuzzing of OpCompositeExtract, OpCompositeInsert, OpCopyObject, and OpTranspose - (08c4441) - Rayan Hatout
(fuzzer) implement fuzzing of linear algebra operators - (154a641) - Rayan Hatout
(fuzzer) implement OpDecorate and OpMemberDecorate instructions, remove hardcoded annotations in the fuzzing server, and implement a shared str method for SPIR-V enums - (6cbe1a2) - Rayan Hatout
(fuzzer) perform a project-wide refactoring and implement fuzzing of vector access/insert operations - (f038934) - Rayan Hatout
(fuzzer) implement fuzzing of composite constants and fix a bug related to operand finding - (4da97a6) - Rayan Hatout
(fuzzer) implement fuzzing of type conversion operators - (9a57157) - Rayan Hatout
(fuzzer) implement fuzzing of bitwise operators and a more fine-grained parametrization of randomness - (97baa12) - Rayan Hatout
(fuzzer) implement fuzzing of logic operators and the ability to parametrize randomness - (2eb2770) - Rayan Hatout
(fuzzer) use Hydra to configure the fuzzer and add SPIRV coverage in README - (05d39ce) - Rayan Hatout
(fuzzer) implement fuzzing of scalar types/constants, arithmetic operators, and memory operators - (d35b367) - Rayan Hatout
(fuzzer) define SPIR-V enums and universal limits - (eb796bb) - Rayan Hatout
(repo) Initialise cog for conventional commits - (af016ee) - Rayan Hatout
(repo) set up pre-commit hooks for reformating and linting - (1409d2c) - Rayan Hatout
#### Miscellaneous Chores
(dependencies) roll dependencies - (48f266e) - Rayan Hatout
(poetry) update poetry.lock - (181e842) - Rayan Hatout
(poetry) remove unused dependencies in Poetry configuration - (69cd0ff) - Rayan Hatout
(repo) add templates for issues - (ff7a48c) - Rayan Hatout
(repo) set up git LFS - (2e547fb) - Rayan Hatout
(version) 0.1.0 - (b246f29) - Rayan Hatout
#### Refactoring
(fuzzer) refactor arithmetic operators into different files to reduce complexity - (cd64c32) - Rayan Hatout
(tests) refactor tests to use the context object to generate JIT constants - (64bccc6) - Rayan Hatout
#### Style
(all) clean up unused imports - (d207508) - Rayan Hatout
(all) mark static methods with the corresponding decorator - (cff08ec) - Rayan Hatout
(all) replace type hints with their generic alias type where possible - (5d8ac77) - Rayan Hatout
(all) clean up unused imports - (061ea97) - Rayan Hatout
(all) clean up unused imports - (778639d) - Rayan Hatout
(docker) pin poetry version in Dockerfile - (054c5e5) - Rayan Hatout
(fuzzer) clean up unused imports - (52748a6) - Rayan Hatout
(tests) reformat tests and clean up unusued imports - (3437380) - Rayan Hatout
#### Tests
implement tests related to composite operators - (3d3c411) - Rayan Hatout
implement tests for the SPIRVSmith type system - (71f2e8f) - Rayan Hatout
implement tests for linear algebra fuzz nodes - (a475024) - Rayan Hatout
implement tests for memory and constant operators - (ed7f177) - Rayan Hatou
SPIRVSmith
Changelog
All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.
v1.1.0 - 2022-05-03
Bug Fixes
(infra) add missing comma in Terraform config - (8cb81f0) - Rayan Hatout
(runner) remove extraneous comma in DML query - (05584f8) - Rayan Hatout
(runner) group predicates correctly in DB query for new shaders to run - (01a0448) - Rayan Hatout
#### Features
(infra) record the shader revision in DB - (b0df8c5) - Rayan HatoutIf you use this software, please cite it as below
Going Beyond Counting First Authors in Author Co-citation Analysis
The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation
counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings
are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that
only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into
account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed
Variations on the Author
“Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship
Appropriate Similarity Measures for Author Cocitation Analysis
We provide a number of new insights into the methodological discussion about author cocitation analysis. We first argue that the use of the Pearson correlation for measuring the similarity between authors’ cocitation profiles is not very satisfactory. We then discuss what kind of similarity measures may be used as an alternative to the Pearson correlation. We consider three similarity measures in particular. One is the well-known cosine. The other two similarity measures have not been used before in the bibliometric literature. Finally, we show by means of an example that our findings have a high practical relevance.information science;Pearson correlation;cosine;similarity measure;author cocitation analysis
Dispelling the Myths Behind First-author Citation Counts
We conducted a full-scale evaluative citation analysis study of scholars in the XML research field to explore just how different from each other author rankings resulting from different citation counting methods actually are, and to demonstrate the capability of emerging data and tools on the Web in supporting more realistic citation counting methods. Our results contest some common arguments for the continued
use of first-author citation counts in the evaluation of scholars, such as high correlations between author rankings by first-author citation counts and other citation
counting methods, and high costs of using more realistic citation counting methods that are not well-supported by the ISI databases. It is argued that increasingly available digital full text research papers make it possible for citation analysis studies to go beyond what the ISI databases have directly supported and to employ more
sophisticated methods
koamabayili/VECTRON-author-checklist: VECTRON author checklist
We have done our best to complete the author checklist relating to the use of animals in the hut study. Note that the objective for the hut study was to evaluate the IRS treatment applications for residual efficacy against Anopheles mosquitoes, including the local An. coluzzii mosquito population. Cows were only used to attract mosquitoes into the huts and no tests were carried out directly on the cows. The author checklist is intended for use with studies where experiments are carried out on animals, which is why we have had such difficulty in completing this for the hut study, as many of the questions do not relate to how the cows were used
Author-wise bibliometric analysis based on entropy.
Author-wise bibliometric analysis based on entropy.</p
- …
