-
**Is your feature request related to a problem? Please describe.**
CUDA.jl doesn't provide APIs to specify memory ordering of atomic operations. In particular, it would be nice to be able to use th…
-
```dart
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialAp…
-
Unfortunately, whole register move instructions depend on `vtype`*1, which means they will cause an illegal instruction exception if VILL=1. This is generally not a problem, as VILL is set to 0 after …
-
I want to be able to do a quick `@test_throws nothing Foo(42)` to run a simple smoke test.
The current documentation makes it look like this is not an option
-
As I just suggested in the RISCV meeting: We often want to run simulations (typically performance models) for some micro-architecture, say implementing RISCV. Typically we don't want to implement the …
-
Surveys:
[A Survey of Smart Contract Formal Specification and Verification. ACM Comput. Surv. 2022](https://dblp.org/rec/journals/csur/TolmachLLLL22)
Awesome:
* https://github.com/leonardoalt…
-
Common cases I can think of:
```
A'A
A*A'
A'B+B'A
A'*B*A
A*B*A'
A*B+B*A
```
the last three with symmetric/hermitian B, and the last with symmetric/hermitian A
-
`WidgetTester.getSemantics` [1] is not really aware of the semantics behind `MergeSemantics` [2], which force-merged individual SemanticsNodes into one. Instead of returning a SemanticsNode that conta…
-
In GDB and GDBserver code, we have target hooks that need a breakpoint _kind_ to figure what to do:
```
gdbserver/linux-arc-low.cc
arc_target::sw_breakpoint_from_kind (int kind, int *size)
gdb…
-
ISPC Runtime uses ambiguous names for external and internal interfaces so it is easy to mess up for end-user.
The following improvements should be done:
1. improve naming in ISPC Runtime interfaces
…