summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-10-26Make the exponent return value from frexp int (#3284)Ellie Hermaszewska
2023-10-26Add more diagnostics around use of custom derivatives. (#3291)Yong He
2023-10-26Fix generic specialization bug. (#3290)Yong He
2023-10-25Fix single iteration loop detection logic. (#3287)Yong He
2023-10-25Add `IArray`. (#3281)Yong He
2023-10-25Support generic interfaces. (#3278)Yong He
2023-10-20Fix issue with transposing `IRMakeVector` with non-singleton operands (#3280)Sai Praveen Bangaru
2023-10-17Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska
2023-10-09Update slang-glslang binaries to v13.0.0.x-g (#3268)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-10-05Various AD Fixes (#3263)Sai Praveen Bangaru
2023-10-02More direct-SPIRV fixes. (#3257)Yong He
2023-10-02Use const ref for mesh payload (#3254)Ellie Hermaszewska
2023-10-02Add SPIRV intrinsics for ShaderExecutionReordering and RW/Buffer. (#3252)Yong He
2023-09-29Add `requirePrelude()` intrinsic function. (#3250)Yong He
2023-09-28[Direct SPIRV]: ray tracing pipeline intrinsics. (#3244)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-27WIP Mesh shaders for SPIR-V (#3226)Ellie Hermaszewska
2023-09-27Various SPIRV fixes. (#3231)Yong He
2023-09-26Handle the case where the parent if-else region's after-block is unreachable....Sai Praveen Bangaru
2023-09-25Add test for vector-element contiguity error (#3235)Sai Praveen Bangaru
2023-09-23More `slangpy` features + polishing (#3233)Sai Praveen Bangaru
2023-09-21Various slangpy fixes. (#3227)Yong He
2023-09-21Emit loads for array resources correctly (#3214)Ellie Hermaszewska
2023-09-21move global initializers to entry point for spirv (#3225)Ellie Hermaszewska
2023-09-20Redirect destination-driven lowering logic to regular lowering for `SelectExp...Sai Praveen Bangaru
2023-09-20Fix `atan2` stdlib derivative + add tests. (#3218)Sai Praveen Bangaru
2023-09-20Direct SPIRV: Rasterization pipeline tests. (#3216)Yong He
2023-09-19Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru
2023-09-19Handle combined image and samplers in spirv (#3213)Ellie Hermaszewska
2023-09-19Memoize types in spirv asm blocks (#3215)Ellie Hermaszewska
2023-09-19Direct SPIRV ParameterBlock fix. (#3212)Yong He
2023-09-18Use target-dependent pointer size in natural layout. (#3210)Yong He
2023-09-18Fix loop inversion issue that caused ordinary blocks with multiple predecesso...Sai Praveen Bangaru
2023-09-18Use direct spirv in hello-world example. (#3207)Yong He
2023-09-13Add all RayQuery SPIRV Intrinsics. (#3204)Yong He
2023-09-12Direct SPIRV for RayTracing Inline. (#3201)Yong He
2023-09-12Correctly identify the number of operands to image sampling operands in SPIR-...Ellie Hermaszewska
2023-09-11Add Mesh and Task shader support to GFX (#3190)Ellie Hermaszewska
2023-09-08Fix attribute highlighting + language server crash. (#3198)Yong He
2023-09-08Don't inline callees with custom derivative before autodiff. (#3196)Yong He
2023-09-07Incur l-value conversion cost during overload resolution. (#3195)Yong He
2023-09-07Fix compiler crashing when `[BackwardDerivativeOf(fn)]` refers to an unresolv...Sai Praveen Bangaru
2023-09-07Fix GLSL output for `gl_ClipDistance` input builtin. (#3193)Yong He
2023-09-07Fix erroneous diagnostic when checking a generic differentiable mutable metho...winmad
2023-09-06Update prebuilt glslang binaries (#3189)Yong He
2023-09-06Make a warning if a [mutating] method is called on an in param. (#3184)jsmall-nvidia
2023-09-05SPIR-V image operations (#3163)Ellie Hermaszewska
2023-09-03Proper lowering of functiosn that returns NonCopyable values. (#3179)Yong He
2023-09-01Fix github ci. (#3177)Yong He