tools.image-analyzer.gc-info: fix for gml moving to unmaintained.
parent
6c29da1d16
commit
7b02c23f54
|
@ -10,7 +10,6 @@ IN: tools.image-analyzer.gc-info.tests
|
||||||
QUALIFIED: cpu.x86.features.private
|
QUALIFIED: cpu.x86.features.private
|
||||||
QUALIFIED: crypto.aes.utils
|
QUALIFIED: crypto.aes.utils
|
||||||
QUALIFIED: effects
|
QUALIFIED: effects
|
||||||
QUALIFIED: gml.coremath
|
|
||||||
QUALIFIED: opencl
|
QUALIFIED: opencl
|
||||||
|
|
||||||
: normal? ( word -- ? )
|
: normal? ( word -- ? )
|
||||||
|
@ -133,7 +132,6 @@ FUNCTION: void LLVMDisposeTypeHandle ( LLVMTypeHandleRef TypeHandle )
|
||||||
dup last 0 = [ drop f ] when
|
dup last 0 = [ drop f ] when
|
||||||
] replicate all-equal? ;
|
] replicate all-equal? ;
|
||||||
|
|
||||||
{ t t } [
|
{ t } [
|
||||||
\ opencl:cl-queue-kernel deterministic-gc-info?
|
\ opencl:cl-queue-kernel deterministic-gc-info?
|
||||||
\ gml.coremath:gml-determinant deterministic-gc-info?
|
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue